diff options
Diffstat (limited to 'drivers/usb/storage/ene_ub6250.c')
| -rw-r--r-- | drivers/usb/storage/ene_ub6250.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/storage/ene_ub6250.c b/drivers/usb/storage/ene_ub6250.c index 4dca3ef0668c..9fbe742343c6 100644 --- a/drivers/usb/storage/ene_ub6250.c +++ b/drivers/usb/storage/ene_ub6250.c | |||
| @@ -1762,10 +1762,9 @@ static int ms_scsi_write(struct us_data *us, struct scsi_cmnd *srb) | |||
| 1762 | result = ene_send_scsi_cmd(us, FDIR_WRITE, scsi_sglist(srb), 1); | 1762 | result = ene_send_scsi_cmd(us, FDIR_WRITE, scsi_sglist(srb), 1); |
| 1763 | } else { | 1763 | } else { |
| 1764 | void *buf; | 1764 | void *buf; |
| 1765 | int offset; | 1765 | int offset = 0; |
| 1766 | u16 PhyBlockAddr; | 1766 | u16 PhyBlockAddr; |
| 1767 | u8 PageNum; | 1767 | u8 PageNum; |
| 1768 | u32 result; | ||
| 1769 | u16 len, oldphy, newphy; | 1768 | u16 len, oldphy, newphy; |
| 1770 | 1769 | ||
| 1771 | buf = kmalloc(blenByte, GFP_KERNEL); | 1770 | buf = kmalloc(blenByte, GFP_KERNEL); |
