diff for duplicates of <5485061D.1060302@broadcom.com> diff --git a/a/1.txt b/N1/1.txt index 72bdc96..2992341 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,30 +29,26 @@ On 12/5/2014 6:14 PM, Ray Jui wrote: Actually, I cannot make them const here. Note they are passed into other APIs which can potentially modifies their values internally. -drivers/gpio/gpio-bcm-cygnus.c: In function ‘bcm_cygnus_gpio_irq_map’: +drivers/gpio/gpio-bcm-cygnus.c: In function ?bcm_cygnus_gpio_irq_map?: drivers/gpio/gpio-bcm-cygnus.c:430:4: warning: passing argument 2 of -‘irq_set_chip_and_handler’ discards ‘const’ qualifier from pointer +?irq_set_chip_and_handler? discards ?const? qualifier from pointer target type [enabled by default] handle_simple_irq); ^ In file included from drivers/gpio/gpio-bcm-cygnus.c:17:0: -include/linux/irq.h:461:20: note: expected ‘struct irq_chip *’ but -argument is of type ‘const struct irq_chip *’ +include/linux/irq.h:461:20: note: expected ?struct irq_chip *? but +argument is of type ?const struct irq_chip *? static inline void irq_set_chip_and_handler(unsigned int irq, struct irq_chip *chip, ^ -drivers/gpio/gpio-bcm-cygnus.c: In function ‘bcm_cygnus_gpio_probe’: +drivers/gpio/gpio-bcm-cygnus.c: In function ?bcm_cygnus_gpio_probe?: drivers/gpio/gpio-bcm-cygnus.c:679:5: warning: passing argument 2 of -‘irq_set_chip_and_handler’ discards ‘const’ qualifier from pointer +?irq_set_chip_and_handler? discards ?const? qualifier from pointer target type [enabled by default] handle_simple_irq); ^ In file included from drivers/gpio/gpio-bcm-cygnus.c:17:0: -include/linux/irq.h:461:20: note: expected ‘struct irq_chip *’ but -argument is of type ‘const struct irq_chip *’ +include/linux/irq.h:461:20: note: expected ?struct irq_chip *? but +argument is of type ?const struct irq_chip *? static inline void irq_set_chip_and_handler(unsigned int irq, struct irq_chip *chip, --- -To unsubscribe from this list: send the line "unsubscribe linux-gpio" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index ee23c81..ec2b8b8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,28 +3,10 @@ "ref\01417826408-1600-3-git-send-email-rjui@broadcom.com\0" "ref\01417829282.31745.3.camel@perches.com\0" "ref\05482668F.1040907@broadcom.com\0" - "From\0Ray Jui <rjui@broadcom.com>\0" - "Subject\0Re: [PATCH 2/5] gpio: Cygnus: add GPIO driver\0" + "From\0rjui@broadcom.com (Ray Jui)\0" + "Subject\0[PATCH 2/5] gpio: Cygnus: add GPIO driver\0" "Date\0Sun, 7 Dec 2014 17:59:57 -0800\0" - "To\0Joe Perches <joe@perches.com>\0" - "Cc\0Rob Herring <robh+dt@kernel.org>" - Pawel Moll <pawel.moll@arm.com> - Mark Rutland <mark.rutland@arm.com> - Ian Campbell <ijc+devicetree@hellion.org.uk> - Kumar Gala <galak@codeaurora.org> - Linus Walleij <linus.walleij@linaro.org> - Alexandre Courbot <gnurou@gmail.com> - Grant Likely <grant.likely@linaro.org> - Christian Daudt <bcm@fixthebug.org> - Matt Porter <mporter@linaro.org> - Florian Fainelli <f.fainelli@gmail.com> - Russell King <linux@arm.linux.org.uk> - Scott Branden <sbranden@broadcom.com> - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-gpio@vger.kernel.org - bcm-kernel-feedback-list@broadcom.com - " devicetree@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -58,32 +40,28 @@ "Actually, I cannot make them const here. Note they are passed into other \n" "APIs which can potentially modifies their values internally.\n" "\n" - "drivers/gpio/gpio-bcm-cygnus.c: In function \342\200\230bcm_cygnus_gpio_irq_map\342\200\231:\n" + "drivers/gpio/gpio-bcm-cygnus.c: In function ?bcm_cygnus_gpio_irq_map?:\n" "drivers/gpio/gpio-bcm-cygnus.c:430:4: warning: passing argument 2 of \n" - "\342\200\230irq_set_chip_and_handler\342\200\231 discards \342\200\230const\342\200\231 qualifier from pointer \n" + "?irq_set_chip_and_handler? discards ?const? qualifier from pointer \n" "target type [enabled by default]\n" " handle_simple_irq);\n" " ^\n" "In file included from drivers/gpio/gpio-bcm-cygnus.c:17:0:\n" - "include/linux/irq.h:461:20: note: expected \342\200\230struct irq_chip *\342\200\231 but \n" - "argument is of type \342\200\230const struct irq_chip *\342\200\231\n" + "include/linux/irq.h:461:20: note: expected ?struct irq_chip *? but \n" + "argument is of type ?const struct irq_chip *?\n" " static inline void irq_set_chip_and_handler(unsigned int irq, struct \n" "irq_chip *chip,\n" " ^\n" - "drivers/gpio/gpio-bcm-cygnus.c: In function \342\200\230bcm_cygnus_gpio_probe\342\200\231:\n" + "drivers/gpio/gpio-bcm-cygnus.c: In function ?bcm_cygnus_gpio_probe?:\n" "drivers/gpio/gpio-bcm-cygnus.c:679:5: warning: passing argument 2 of \n" - "\342\200\230irq_set_chip_and_handler\342\200\231 discards \342\200\230const\342\200\231 qualifier from pointer \n" + "?irq_set_chip_and_handler? discards ?const? qualifier from pointer \n" "target type [enabled by default]\n" " handle_simple_irq);\n" " ^\n" "In file included from drivers/gpio/gpio-bcm-cygnus.c:17:0:\n" - "include/linux/irq.h:461:20: note: expected \342\200\230struct irq_chip *\342\200\231 but \n" - "argument is of type \342\200\230const struct irq_chip *\342\200\231\n" + "include/linux/irq.h:461:20: note: expected ?struct irq_chip *? but \n" + "argument is of type ?const struct irq_chip *?\n" " static inline void irq_set_chip_and_handler(unsigned int irq, struct \n" - "irq_chip *chip,\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-gpio\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + irq_chip *chip, -5ed5795900d1d2c8866c0d539c893786f533e7a7b656f942af34377c99e87b19 +714622a1002890bfd8637f30ce620049eeb9d8c95e661eefdf0a403f89863283
diff --git a/a/1.txt b/N2/1.txt index 72bdc96..f12de87 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -52,7 +52,3 @@ include/linux/irq.h:461:20: note: expected ‘struct irq_chip *’ but argument is of type ‘const struct irq_chip *’ static inline void irq_set_chip_and_handler(unsigned int irq, struct irq_chip *chip, --- -To unsubscribe from this list: send the line "unsubscribe linux-gpio" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index ee23c81..0cfc26f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -20,11 +20,11 @@ Florian Fainelli <f.fainelli@gmail.com> Russell King <linux@arm.linux.org.uk> Scott Branden <sbranden@broadcom.com> - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-gpio@vger.kernel.org - bcm-kernel-feedback-list@broadcom.com - " devicetree@vger.kernel.org\0" + <linux-kernel@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + <linux-gpio@vger.kernel.org> + <bcm-kernel-feedback-list@broadcom.com> + " <devicetree@vger.kernel.org>\0" "\00:1\0" "b\0" "\n" @@ -80,10 +80,6 @@ "include/linux/irq.h:461:20: note: expected \342\200\230struct irq_chip *\342\200\231 but \n" "argument is of type \342\200\230const struct irq_chip *\342\200\231\n" " static inline void irq_set_chip_and_handler(unsigned int irq, struct \n" - "irq_chip *chip,\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-gpio\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + irq_chip *chip, -5ed5795900d1d2c8866c0d539c893786f533e7a7b656f942af34377c99e87b19 +73685c0e6bfbd47350830975561729199902996a785f170116bbdbd44ceff5b9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.