• Mike Anderson's avatar
    [PATCH] fix Kernel Panic in scsi_host_dev_release · b0e7ae6c
    Mike Anderson authored
    If a driver calls scsi_register, but then has a problem in there
    detect where they need to call scsi_unregister the parent pointer of
    the struct device may never be set.
    
     drivers/scsi/hosts.c |    3 ++-
     1 files changed, 2 insertions(+), 1 deletion(-)
    b0e7ae6c
hosts.c 9.1 KB