Subject: + drivers-w1-masters-mxc_w1c-remove-unnecessary-platform_set_drvdata.patch added to -mm tree To: jg1.han@xxxxxxxxxxx,greg@xxxxxxxxx,zbr@xxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Thu, 22 Aug 2013 14:23:24 -0700 The patch titled Subject: drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata() has been added to the -mm tree. Its filename is drivers-w1-masters-mxc_w1c-remove-unnecessary-platform_set_drvdata.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/drivers-w1-masters-mxc_w1c-remove-unnecessary-platform_set_drvdata.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/drivers-w1-masters-mxc_w1c-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/w1/masters/mxc_w1.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: Evgeniy Polyakov <zbr@xxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/w1/masters/mxc_w1.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/w1/masters/mxc_w1.c~drivers-w1-masters-mxc_w1c-remove-unnecessary-platform_set_drvdata drivers/w1/masters/mxc_w1.c --- a/drivers/w1/masters/mxc_w1.c~drivers-w1-masters-mxc_w1c-remove-unnecessary-platform_set_drvdata +++ a/drivers/w1/masters/mxc_w1.c @@ -152,8 +152,6 @@ static int mxc_w1_remove(struct platform clk_disable_unprepare(mdev->clk); - platform_set_drvdata(pdev, NULL); - 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 drivers-w1-masters-mxc_w1c-remove-unnecessary-platform_set_drvdata.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