- Downloads
Driver Core: add ability for class_find_device to start in middle of list
This mirrors the functionality that driver_find_device has as well.
We add a start variable, and all callers of the function are fixed up at
the same time.
The block layer will be using this new functionality in a follow-on
patch.
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- drivers/base/class.c 13 additions, 9 deletionsdrivers/base/class.c
- drivers/base/core.c 1 addition, 1 deletiondrivers/base/core.c
- drivers/ieee1394/nodemgr.c 6 additions, 3 deletionsdrivers/ieee1394/nodemgr.c
- drivers/rtc/interface.c 1 addition, 1 deletiondrivers/rtc/interface.c
- drivers/scsi/hosts.c 2 additions, 1 deletiondrivers/scsi/hosts.c
- drivers/scsi/scsi_transport_iscsi.c 2 additions, 2 deletionsdrivers/scsi/scsi_transport_iscsi.c
- drivers/spi/spi.c 1 addition, 1 deletiondrivers/spi/spi.c
- include/linux/device.h 2 additions, 1 deletioninclude/linux/device.h
Loading
Please sign in to comment