commit | c853b167e6ec1f25023cfc58ba2f43f9f6f5b49b | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Nov 14 14:32:04 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 15 09:32:21 2013 +0900 |
tree | 9212f8541b9fcf9858c88f4b15680b56fcc49bf8 | |
parent | 62026aedaacedbe1ffe94a3599ad4acd8ecdf587 [diff] |
drivers/w1/masters/w1-gpio.c: use dev_get_platdata() Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. This is a cosmetic change to make the code simpler and enhance the readability. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>