The patch titled gpio: mcp23s08 debug fix has been added to the -mm tree. Its filename is gpio-mcp23s08-debug-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: gpio: mcp23s08 debug fix From: Roel Kluin <12o3l@xxxxxxxxxx> The return value of mcp23s08_read_regs() can only be evaluated when signed Signed-off-by: Roel Kluin <12o3l@xxxxxxxxxx> Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/gpio/mcp23s08.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/gpio/mcp23s08.c~gpio-mcp23s08-debug-fix drivers/gpio/mcp23s08.c --- a/drivers/gpio/mcp23s08.c~gpio-mcp23s08-debug-fix +++ a/drivers/gpio/mcp23s08.c @@ -168,7 +168,7 @@ static void mcp23s08_dbg_show(struct seq { struct mcp23s08 *mcp; char bank; - unsigned t; + int t; unsigned mask; mcp = container_of(chip, struct mcp23s08, chip); _ Patches currently in -mm which might be from 12o3l@xxxxxxxxxx are linux-next.patch gpio-mcp23s08-debug-fix.patch gigaset-gigaset_isowbuf_getbytes-may-return-signed-unnoticed.patch xilinx_spi-test-below-0-on-unsigned-irq-in-xilinx_spi_probe.patch asic3-platform_get_irq-may-return-signed-unnoticed.patch aty128fb-test-below-0-on-unsigned-pll-post_divider.patch amifb-test-virtual-screen-range-before-subtraction-on-unsigned.patch atafb-test-virtual-screen-range-before-subtraction-on-unsigned.patch vga16fb-test-virtual-screen-range-before-subtraction-on-unsigned.patch likeliness-accounting-change-and-cleanup.patch likely_prof-update-to-test_and_set_bit_lock-clear_bit_unlock.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html