-
- Downloads
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.
Showing
- block/elevator.c 1 addition, 1 deletionblock/elevator.c
- block/ll_rw_blk.c 1 addition, 1 deletionblock/ll_rw_blk.c
- drivers/acpi/bus.c 1 addition, 1 deletiondrivers/acpi/bus.c
- drivers/cpufreq/cpufreq.c 1 addition, 1 deletiondrivers/cpufreq/cpufreq.c
- drivers/md/md.c 1 addition, 2 deletionsdrivers/md/md.c
- drivers/net/ibmveth.c 1 addition, 1 deletiondrivers/net/ibmveth.c
- drivers/pci/setup-irq.c 1 addition, 1 deletiondrivers/pci/setup-irq.c
- fs/partitions/check.c 7 additions, 5 deletionsfs/partitions/check.c
- fs/sysfs/dir.c 1 addition, 1 deletionfs/sysfs/dir.c
- net/bridge/br_sysfs_br.c 1 addition, 1 deletionnet/bridge/br_sysfs_br.c
Loading
Please register or sign in to comment