mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-04-27 08:10:31 +00:00
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.