mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-29 22:07:43 +09: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.