Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934547AbbEMOrh (ORCPT ); Wed, 13 May 2015 10:47:37 -0400 Received: from mail-ob0-f182.google.com ([209.85.214.182]:34934 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934502AbbEMOre (ORCPT ); Wed, 13 May 2015 10:47:34 -0400 MIME-Version: 1.0 In-Reply-To: <1431503985-31853-2-git-send-email-pantelis.antoniou@konsulko.com> References: <1431503985-31853-1-git-send-email-pantelis.antoniou@konsulko.com> <1431503985-31853-2-git-send-email-pantelis.antoniou@konsulko.com> Date: Wed, 13 May 2015 16:47:33 +0200 X-Google-Sender-Auth: aLO7fqTwoYT504MOa58Nkdp5mJE Message-ID: Subject: Re: [PATCH 1/5] misc: Beaglebone capemanager From: Geert Uytterhoeven To: Pantelis Antoniou Cc: Greg Kroah-Hartman , Matt Porter , Koen Kooi , Robert Nelson , Rob Herring , Grant Likely , Jonathan Corbet , Srinivas Kandagatla , Guenter Roeck , Geert Uytterhoeven , =?UTF-8?Q?Beno=C3=AEt_Cousso?= , "linux-api@vger.kernel.org" , "linux-doc@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Pantelis Antoniou Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1111 Lines: 33 On Wed, May 13, 2015 at 9:59 AM, Pantelis Antoniou wrote: > diff --git a/drivers/misc/bone_capemgr.c b/drivers/misc/bone_capemgr.c > new file mode 100644 > index 0000000..423719c > --- /dev/null > +++ b/drivers/misc/bone_capemgr.c > +static int capemgr_load_slot(struct bone_cape_slot *slot) > +{ [...] > + of_fdt_unflatten_tree((void *)slot->fw->data, &slot->overlay); After "[PATCH] of/fdt: Make fdt blob input parameters of unflatten functions const", you can remove the cast. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/