commit | 481e20799bdcf98fd5a1d829d187239a90b15395 | [log] [tgz] |
---|---|---|
author | Ferenc Wagner <wferi@niif.hu> | Fri Jan 07 15:17:47 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Feb 03 16:36:40 2011 -0800 |
tree | 70e2560564252c84edf64ff3822d4ac9702a9b5a | |
parent | 6add7cd618b4d4dc525731beb539c5e06e891855 [diff] |
driver core: Replace the dangerous to_root_device macro with an inline function The original macro worked only when applied to variables named 'dev'. While this could have been fixed by simply renaming the macro argument, a more type-safe replacement by an inline function is preferred. Signed-off-by: Ferenc Wagner <wferi@niif.hu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>