Skip to content

Commit

Permalink
drivers/usb/host/xhci-ring.c: removes unnecessary semicolon
Browse files Browse the repository at this point in the history
removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
  • Loading branch information
Peter Senna Tschudin authored and Sarah Sharp committed Sep 13, 2012
1 parent 3415fc9 commit 261fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/xhci-ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -2852,7 +2852,7 @@ static int prepare_ring(struct xhci_hcd *xhci, struct xhci_ring *ep_ring,
xhci_err(xhci, "Ring expansion failed\n");
return -ENOMEM;
}
};
}

if (enqueue_is_link_trb(ep_ring)) {
struct xhci_ring *ring = ep_ring;
Expand Down

0 comments on commit 261fa12

Please sign in to comment.