提交 51a5d396 编写于 作者: R Ruslan Pisarev 提交者: Mauro Carvalho Chehab

[media] Staging: tm6000: Delete braces from return in tm6000-cards.c

This is a patch to the tm6000-cards.c file that fixed up
a space error found by the checkpatch.pl tools.
Signed-off-by: NRuslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 d0058645
......@@ -349,7 +349,7 @@ int tm6000_xc5000_callback(void *ptr, int component, int command, int arg)
dev->gpio.tuner_reset, 0x01);
break;
}
return (rc);
return rc;
}
EXPORT_SYMBOL_GPL(tm6000_xc5000_callback);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册