|
@@ -79,6 +79,7 @@ tape_std_assign(struct tape_device *device)
|
|
rc = tape_do_io_interruptible(device, request);
|
|
rc = tape_do_io_interruptible(device, request);
|
|
|
|
|
|
del_timer_sync(&timeout);
|
|
del_timer_sync(&timeout);
|
|
|
|
+ destroy_timer_on_stack(&timeout);
|
|
|
|
|
|
if (rc != 0) {
|
|
if (rc != 0) {
|
|
DBF_EVENT(3, "%08x: assign failed - device might be busy\n",
|
|
DBF_EVENT(3, "%08x: assign failed - device might be busy\n",
|