Subject: + drivers-pps-clients-pps-gpioc-remove-unnecessary-platform_set_drvdata.patch added to -mm tree To: jg1.han@xxxxxxxxxxx,giometti@xxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Thu, 22 Aug 2013 14:20:34 -0700 The patch titled Subject: drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata() has been added to the -mm tree. Its filename is drivers-pps-clients-pps-gpioc-remove-unnecessary-platform_set_drvdata.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/drivers-pps-clients-pps-gpioc-remove-unnecessary-platform_set_drvdata.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/drivers-pps-clients-pps-gpioc-remove-unnecessary-platform_set_drvdata.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: Jingoo Han <jg1.han@xxxxxxxxxxx> Subject: drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata() The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> Cc: Rodolfo Giometti <giometti@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pps/clients/pps-gpio.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/pps/clients/pps-gpio.c~drivers-pps-clients-pps-gpioc-remove-unnecessary-platform_set_drvdata drivers/pps/clients/pps-gpio.c --- a/drivers/pps/clients/pps-gpio.c~drivers-pps-clients-pps-gpioc-remove-unnecessary-platform_set_drvdata +++ a/drivers/pps/clients/pps-gpio.c @@ -184,7 +184,6 @@ static int pps_gpio_remove(struct platfo { struct pps_gpio_device_data *data = platform_get_drvdata(pdev); - platform_set_drvdata(pdev, NULL); pps_unregister_source(data->pps); dev_info(&pdev->dev, "removed IRQ %d as PPS source\n", data->irq); return 0; _ Patches currently in -mm which might be from jg1.han@xxxxxxxxxxx are drivers-iommu-remove-unnecessary-platform_set_drvdata.patch block-replace-strict_strtoul-with-kstrtoul.patch block-blk-sysfs-replace-strict_strtoul-with-kstrtoul.patch drivers-block-mg_diskc-make-mg_times_out-static.patch drivers-block-swimc-remove-unnecessary-platform_set_drvdata.patch mm-replace-strict_strtoul-with-kstrtoul.patch drivers-firmware-google-gsmic-replace-strict_strtoul-with-kstrtoul.patch rtc-rtc-nuc900-use-null-instead-of-0.patch drivers-pps-clients-pps-gpioc-remove-unnecessary-platform_set_drvdata.patch drivers-memstick-host-rtsx_pci_msc-remove-unnecessary-platform_set_drvdata.patch w1-replace-strict_strtol-with-kstrtol.patch linux-next.patch kernel-replace-strict_strto-with-kstrto.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