The patch titled spi_lm70llp parport adapter driver: correction has been removed from the -mm tree. Its filename was spi_lm70llp-parport-adapter-driver-correction.patch This patch was dropped because it was folded into spi_lm70llp-parport-adapter-driver.patch ------------------------------------------------------ Subject: spi_lm70llp parport adapter driver: correction From: Kaiwan N Billimoria <kaiwan@xxxxxxxxxxxxxxxxxxx> I've found a couple of issues with the patch above Signed-off-by: Kaiwan N Billimoria <kaiwan@xxxxxxxxxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/spi/spi_lm70llp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/spi/spi_lm70llp.c~spi_lm70llp-parport-adapter-driver-correction drivers/spi/spi_lm70llp.c --- a/drivers/spi/spi_lm70llp.c~spi_lm70llp-parport-adapter-driver-correction +++ a/drivers/spi/spi_lm70llp.c @@ -69,7 +69,7 @@ #define DRVNAME "spi-lm70llp" -#define lm70_INIT 0xFE +#define lm70_INIT 0xBE #define SIO 0x10 #define nCS 0x20 #define SCLK 0x40 @@ -294,7 +294,6 @@ static void spi_lm70llp_attach(struct pa goto out_bitbang_stop; } pp->spidev_lm70->bits_per_word = 16; - spi_setup(pp->spidev_lm70); lm70llp = pp; _ Patches currently in -mm which might be from kaiwan@xxxxxxxxxxxxxxxxxxx are spi_lm70llp-parport-adapter-driver.patch spi_lm70llp-parport-adapter-driver-correction.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