diff options
Diffstat (limited to 'drivers/firewire/fw-sbp2.c')
-rw-r--r-- | drivers/firewire/fw-sbp2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/fw-sbp2.c index 8fff18e05000..c7aba5cff5d2 100644 --- a/drivers/firewire/fw-sbp2.c +++ b/drivers/firewire/fw-sbp2.c | |||
@@ -796,7 +796,7 @@ static void sbp2_release_target(struct kref *kref) | |||
796 | scsi_remove_host(shost); | 796 | scsi_remove_host(shost); |
797 | fw_notify("released %s\n", tgt->bus_id); | 797 | fw_notify("released %s\n", tgt->bus_id); |
798 | 798 | ||
799 | put_device(&tgt->unit->device); | 799 | fw_unit_put(tgt->unit); |
800 | scsi_host_put(shost); | 800 | scsi_host_put(shost); |
801 | fw_device_put(device); | 801 | fw_device_put(device); |
802 | } | 802 | } |
@@ -1119,7 +1119,7 @@ static int sbp2_probe(struct device *dev) | |||
1119 | goto fail_shost_put; | 1119 | goto fail_shost_put; |
1120 | 1120 | ||
1121 | fw_device_get(device); | 1121 | fw_device_get(device); |
1122 | get_device(&unit->device); | 1122 | fw_unit_get(unit); |
1123 | 1123 | ||
1124 | /* Initialize to values that won't match anything in our table. */ | 1124 | /* Initialize to values that won't match anything in our table. */ |
1125 | firmware_revision = 0xff000000; | 1125 | firmware_revision = 0xff000000; |