Commit 06675f78 authored by Willem Riede's avatar Willem Riede Committed by James Bottomley

[osst] fix bugzilla 244 (SRpnt initialisation problem)

see http://bugzilla.kernel.org/show_bug.cgi?id=244
parent b0cf4f6d
......@@ -4211,7 +4211,7 @@ static int os_scsi_tape_open(struct inode * inode, struct file * filp)
unsigned short flags;
int i, b_size, new_session = FALSE, retval = 0;
unsigned char cmd[MAX_COMMAND_SIZE];
Scsi_Request * SRpnt;
Scsi_Request * SRpnt = NULL;
OS_Scsi_Tape * STp;
ST_mode * STm;
ST_partstat * STps;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment