The patch titled Subject: drivers/leds/leds-pca9633.c: remove unused 'adapter' variable has been added to the -mm tree. Its filename is drivers-leds-leds-pca9633c-remove-unused-adapter-variable.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Axel Lin <axel.lin@xxxxxxxxx> Subject: drivers/leds/leds-pca9633.c: remove unused 'adapter' variable Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx> Cc: Peter Meerwald <p.meerwald@xxxxxxxxxxxxxxxxxx> Cc: Richard Purdie <rpurdie@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/leds/leds-pca9633.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/leds/leds-pca9633.c~drivers-leds-leds-pca9633c-remove-unused-adapter-variable drivers/leds/leds-pca9633.c --- a/drivers/leds/leds-pca9633.c~drivers-leds-leds-pca9633c-remove-unused-adapter-variable +++ a/drivers/leds/leds-pca9633.c @@ -96,11 +96,9 @@ static int __devinit pca9633_probe(struc const struct i2c_device_id *id) { struct pca9633_led *pca9633; - struct i2c_adapter *adapter; struct led_platform_data *pdata; int i, err; - adapter = to_i2c_adapter(client->dev.parent); pdata = client->dev.platform_data; if (pdata) { _ Subject: Subject: drivers/leds/leds-pca9633.c: remove unused 'adapter' variable Patches currently in -mm which might be from axel.lin@xxxxxxxxx are origin.patch leds-lm3530-fix-setting-pltfm-als_vmax.patch linux-next.patch platform-drivers-x86-convert-drivers-platform-x86-to-use-module_platform_driver.patch backlight-convert-backlight-i2c-drivers-to-module_i2c_driver.patch backlight-convert-backlight-spi-drivers-to-module_spi_driver.patch backlight-new-backlight-driver-for-lp855x-devices-fix.patch backlight-lp855x_blc-check-platform-data-in-lp855x_probe.patch backlight-lp855x_blc-small-cleanups.patch leds-lm3530-replace-pltfm-with-pdata.patch drivers-leds-leds-pca9633c-remove-unused-adapter-variable.patch rtc-convert-rtc-spi-drivers-to-module_spi_driver.patch rtc-convert-rtc-i2c-drivers-to-module_i2c_driver.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