commit | 19c38de88a80913351fcacefdb461cc0b585fa87 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 12 15:06:57 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 14:51:02 2007 -0700 |
tree | 17d2978ce27861926a0d9a3eb49471b9b736f968 | |
parent | 5901d0145c6b9e791bacd049eea11c9db9a3006e [diff] |
kobjects: fix up improper use of the kobject name field A number of different drivers incorrect access the kobject name field directly. This is not correct as the name might not be in the array. Use the proper accessor function instead.