diff options
author | Peter Chen <peter.chen@freescale.com> | 2015-09-01 09:47:59 +0800 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-09-27 10:54:31 -0500 |
commit | a724ddfb17e0519d2c2b6e09a96b1b94eff6b801 (patch) | |
tree | 91882cb114b3518ffe20b93aa34f685074941174 /Documentation/aoe | |
parent | 41d3c0b84d6e084865c429b1b6825256c0169319 (diff) | |
download | linux-a724ddfb17e0519d2c2b6e09a96b1b94eff6b801.tar.bz2 |
usb: misc: usbtest: delete useless memset for urbs array
The element of urbs array will be initialized at below code
at once.
for (i = 0; i < param->sglen; i++) {
urbs[i] = iso_alloc_urb(udev, pipe, desc,
param->length, offset);
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/aoe')
0 files changed, 0 insertions, 0 deletions