Skip to content

Commit 8a4821d

Browse files
Colin Ian Kinggregkh
authored andcommitted
USB: host: whci: remove redundant variable t
Variable t is assigned but never read, it is redundant and therefore can be removed. Cleans up clang warning: drivers/usb/host/whci/asl.c:106:3: warning: Value stored to 't' is never read Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2124c88 commit 8a4821d

File tree

1 file changed

+0
-2
lines changed
  • drivers/usb/host/whci

1 file changed

+0
-2
lines changed

drivers/usb/host/whci/asl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ static uint32_t process_qset(struct whc *whc, struct whc_qset *qset)
9090

9191
while (qset->ntds) {
9292
struct whc_qtd *td;
93-
int t;
9493

95-
t = qset->td_start;
9694
td = &qset->qtd[qset->td_start];
9795
status = le32_to_cpu(td->status);
9896

0 commit comments

Comments
 (0)