Skip to content

Commit

Permalink
USB: Remove delay_t unused variable from sierra_ms.c driver initialis…
Browse files Browse the repository at this point in the history
…ation code

trivial patch to remove unused delay_t varible

Signed-off-by: Huzaifa Sidhpurwala <huzaifas@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Huzaifa Sidhpurwala authored and Greg Kroah-Hartman committed Mar 3, 2011
1 parent 45d1b7a commit 5af9a6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/storage/sierra_ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,11 @@ static DEVICE_ATTR(truinst, S_IRUGO, show_truinst, NULL);
int sierra_ms_init(struct us_data *us)
{
int result, retries;
signed long delay_t;
struct swoc_info *swocInfo;
struct usb_device *udev;
struct Scsi_Host *sh;
struct scsi_device *sd;

delay_t = 2;
retries = 3;
result = 0;
udev = us->pusb_dev;
Expand Down

0 comments on commit 5af9a6e

Please sign in to comment.