diff for duplicates of <87muycw4na.fsf@anholt.net> diff --git a/a/1.txt b/N1/1.txt index 85e3902..1474487 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,10 +2,10 @@ Geert Uytterhoeven <geert@linux-m68k.org> writes: > If CONFIG_RASPBERRYPI_FIRMWARE=n: > -> drivers/gpio/gpio-raspberrypi-exp.c: In function ?rpi_exp_gpio_get_polarity?: -> drivers/gpio/gpio-raspberrypi-exp.c:71: warning: ?get.polarity? is used uninitialized in this function -> drivers/gpio/gpio-raspberrypi-exp.c: In function ?rpi_exp_gpio_get_direction?: -> drivers/gpio/gpio-raspberrypi-exp.c:150: warning: ?get.direction? is used uninitialized in this function +> drivers/gpio/gpio-raspberrypi-exp.c: In function ‘rpi_exp_gpio_get_polarity’: +> drivers/gpio/gpio-raspberrypi-exp.c:71: warning: ‘get.polarity’ is used uninitialized in this function +> drivers/gpio/gpio-raspberrypi-exp.c: In function ‘rpi_exp_gpio_get_direction’: +> drivers/gpio/gpio-raspberrypi-exp.c:150: warning: ‘get.direction’ is used uninitialized in this function > > The dummy firmware interface functions return 0, which means success, > causing subsequent code to make use of the never initialized output @@ -24,10 +24,3 @@ You should definitely not be calling these if rpi_firmware_get() failed, so this seems like a good solution. Reviewed-by: Eric Anholt <eric@anholt.net> --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 832 bytes -Desc: not available -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180409/427f33ca/attachment-0001.sig> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..d0ebf34 --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCgAdFiEE/JuuFDWp9/ZkuCBXtdYpNtH8nugFAlrLwXkACgkQtdYpNtH8 +nuh2WQ/+JptLzv1KnWerohYv1FMIuzJL1mhg/BZUTBqkHx2Tp1SyJ6a8/+MpVQ9Q +4INe5it8Jeu+dRlOig2r9pNB4614rlQuk8bVmyp12PTnF91XmTANfXMmPd2XLWme +EyydjBjx26cLRTP2lBA6NuM4jouaqiO74GAOvy3jwAUzK7Wk2DlL3lgj4alb77A/ +cfunOumi3NFt7Yq4PT5fuN/CkBT01qPU6yzRQPu3QhscyXm982TafcSdLS+6l0eS +Kwi92VhtELTiuT047ShL/FbLtT7ISnrTYMKUXHsgpbhvVJSBESDS0tk2tLe9t9cs +1LtD90y31XeNh1MAUsu4A+USB7PdzKWEpCF3pYSW56Iw+cQcHgKVVVE4P+PHycRG +8XVN6IYu7LjPOMDGLyYPPhOvIwvhB7u30JAy6bi11kJagf1RiHN7Eg6lzxT9NlXo +p4MqzG3qhr6mwLVfP3TopVOQ6VDeuaOFu1v1guA2G8No4z6upfxBpwwVe5eUqmKo +Q84gFA6L3agScWlFFcPhMQ9X/ss4osBg4wChXDdkHI4ShQnvETjgMB/oKYKa8sKG +Aqycd9oho8p227UTrg+gAnH01D2acnqJI8c9Jgqu3uKZTDUjLOoVg2/m6pdoQJJP +wSA+wn0JfMkCtq5Xyg+vwzV/smdmhT9n6+0A1ZQ9oACiHia/73A= +=tHsI +-----END PGP SIGNATURE----- diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..5e5352c --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1 @@ +Content-Type: application/pgp-signature; name="signature.asc" diff --git a/a/content_digest b/N1/content_digest index 7e9e623..75fdae4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,30 @@ "ref\01523178315-30562-1-git-send-email-geert@linux-m68k.org\0" - "From\0eric@anholt.net (Eric Anholt)\0" - "Subject\0[PATCH/RFC] soc: bcm2835: Make !RASPBERRYPI_FIRMWARE dummies return failure\0" + "From\0Eric Anholt <eric@anholt.net>\0" + "Subject\0Re: [PATCH/RFC] soc: bcm2835: Make !RASPBERRYPI_FIRMWARE dummies return failure\0" "Date\0Mon, 09 Apr 2018 12:39:37 -0700\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Geert Uytterhoeven <geert@linux-m68k.org>" + Florian Fainelli <f.fainelli@gmail.com> + Ray Jui <rjui@broadcom.com> + Scott Branden <sbranden@broadcom.com> + bcm-kernel-feedback-list@broadcom.com + Stefan Wahren <stefan.wahren@i2se.com> + Dave Stevenson <dave.stevenson@raspberrypi.org> + " Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" + "Cc\0Arnd Bergmann <arnd@arndb.de>" + linux-rpi-kernel@lists.infradead.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " Geert Uytterhoeven <geert@linux-m68k.org>\0" + "\01:1\0" "b\0" "Geert Uytterhoeven <geert@linux-m68k.org> writes:\n" "\n" "> If CONFIG_RASPBERRYPI_FIRMWARE=n:\n" ">\n" - "> drivers/gpio/gpio-raspberrypi-exp.c: In function ?rpi_exp_gpio_get_polarity?:\n" - "> drivers/gpio/gpio-raspberrypi-exp.c:71: warning: ?get.polarity? is used uninitialized in this function\n" - "> drivers/gpio/gpio-raspberrypi-exp.c: In function ?rpi_exp_gpio_get_direction?:\n" - "> drivers/gpio/gpio-raspberrypi-exp.c:150: warning: ?get.direction? is used uninitialized in this function\n" + "> drivers/gpio/gpio-raspberrypi-exp.c: In function \342\200\230rpi_exp_gpio_get_polarity\342\200\231:\n" + "> drivers/gpio/gpio-raspberrypi-exp.c:71: warning: \342\200\230get.polarity\342\200\231 is used uninitialized in this function\n" + "> drivers/gpio/gpio-raspberrypi-exp.c: In function \342\200\230rpi_exp_gpio_get_direction\342\200\231:\n" + "> drivers/gpio/gpio-raspberrypi-exp.c:150: warning: \342\200\230get.direction\342\200\231 is used uninitialized in this function\n" ">\n" "> The dummy firmware interface functions return 0, which means success,\n" "> causing subsequent code to make use of the never initialized output\n" @@ -30,13 +42,25 @@ "You should definitely not be calling these if rpi_firmware_get() failed,\n" "so this seems like a good solution.\n" "\n" - "Reviewed-by: Eric Anholt <eric@anholt.net>\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 832 bytes\n" - "Desc: not available\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180409/427f33ca/attachment-0001.sig> + Reviewed-by: Eric Anholt <eric@anholt.net> + "\01:2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "\n" + "iQIzBAEBCgAdFiEE/JuuFDWp9/ZkuCBXtdYpNtH8nugFAlrLwXkACgkQtdYpNtH8\n" + "nuh2WQ/+JptLzv1KnWerohYv1FMIuzJL1mhg/BZUTBqkHx2Tp1SyJ6a8/+MpVQ9Q\n" + "4INe5it8Jeu+dRlOig2r9pNB4614rlQuk8bVmyp12PTnF91XmTANfXMmPd2XLWme\n" + "EyydjBjx26cLRTP2lBA6NuM4jouaqiO74GAOvy3jwAUzK7Wk2DlL3lgj4alb77A/\n" + "cfunOumi3NFt7Yq4PT5fuN/CkBT01qPU6yzRQPu3QhscyXm982TafcSdLS+6l0eS\n" + "Kwi92VhtELTiuT047ShL/FbLtT7ISnrTYMKUXHsgpbhvVJSBESDS0tk2tLe9t9cs\n" + "1LtD90y31XeNh1MAUsu4A+USB7PdzKWEpCF3pYSW56Iw+cQcHgKVVVE4P+PHycRG\n" + "8XVN6IYu7LjPOMDGLyYPPhOvIwvhB7u30JAy6bi11kJagf1RiHN7Eg6lzxT9NlXo\n" + "p4MqzG3qhr6mwLVfP3TopVOQ6VDeuaOFu1v1guA2G8No4z6upfxBpwwVe5eUqmKo\n" + "Q84gFA6L3agScWlFFcPhMQ9X/ss4osBg4wChXDdkHI4ShQnvETjgMB/oKYKa8sKG\n" + "Aqycd9oho8p227UTrg+gAnH01D2acnqJI8c9Jgqu3uKZTDUjLOoVg2/m6pdoQJJP\n" + "wSA+wn0JfMkCtq5Xyg+vwzV/smdmhT9n6+0A1ZQ9oACiHia/73A=\n" + "=tHsI\n" + -----END PGP SIGNATURE----- -93193a868cadfff22929cf9971725790ae723fbe31e4e9168e463248ff73cdcb +8fd5b0f7b018f3d042ff86ba3f0bd12ea5b637f065540a398961ed34748e10be
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.