V4L/DVB (7638): CodingStyle fixes for au8522 and au0828

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Mauro Carvalho Chehab
2008-04-18 22:12:52 -03:00
parent bbdf855b0e
commit 18d73c58b5
7 changed files with 49 additions and 49 deletions

View File

@ -111,9 +111,8 @@ static int start_urb_transfer(struct au0828_dev *dev)
for (i = 0; i < URB_COUNT; i++) {
dev->urbs[i] = usb_alloc_urb(0, GFP_KERNEL);
if (!dev->urbs[i]) {
if (!dev->urbs[i])
goto err;
}
purb = dev->urbs[i];