Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1208347 > unrolled thread
| Started by | Alexandre Courbot <gnurou@gmail.com> |
|---|---|
| First post | 2015-08-17 05:50 +0200 |
| Last post | 2015-08-17 05:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] gpio:Fix build warning about void to integer cast in the function mmio_74xx_gpio_probe Alexandre Courbot <gnurou@gmail.com> - 2015-08-17 05:50 +0200
| From | Alexandre Courbot <gnurou@gmail.com> |
|---|---|
| Date | 2015-08-17 05:50 +0200 |
| Subject | Re: [PATCH] gpio:Fix build warning about void to integer cast in the function mmio_74xx_gpio_probe |
| Message-ID | <pYjAS-3Tk-1@gated-at.bofh.it> |
On Fri, Aug 14, 2015 at 2:45 AM, nick <xerofoify@gmail.com> wrote: > > > On 2015-07-16 08:00 AM, Linus Walleij wrote: >> On Sat, Jul 4, 2015 at 10:34 PM, Nicholas Krause <xerofoify@gmail.com> wrote: >> >>> This fixes the build warning , warning: cast from pointer to integer >>> of different size when building this file on a x86 allmodconfig >>> configuration. In order for me to fix this build warning I changed >>> the cast in the function mmio_74xx_gpio_probe from casting the >>> variable data of the stucture pointer of_id to uintptr_t rather >>> then unsigned when assigning to the variable flag of the structure >>> pointer priv of the structure type mmio_74xx_gpio_priv. >>> >>> >>> Signed-off-by: Nicholas Krause <xerofoify@gmail.com> >> >> Patch applied with some tweaks to the long subject line. >> >> Yours, >> Linus Walleij >> > > Linus, > After searching through your git tree for gpio subsystem I haven't found this patch merged > yet. Is there any reason for that or should I just resend. I can see this patch in both Linus' for-next branch (git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git for-next), and linux-next. Always check linux-next first. -- 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/
Back to top | Article view | linux.kernel
csiph-web