The patch titled gpio: mcp23s08 debug fix has been removed from the -mm tree. Its filename was gpio-mcp23s08-debug-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree 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 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