提交 8481a750 编写于 作者: M Mike Isely 提交者: Mauro Carvalho Chehab

V4L/DVB (5367): Pvrusb2: (trivial) Fix too-wide source line

Signed-off-by: NMike Isely <isely@pobox.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 6bdcc6e6
......@@ -3275,7 +3275,9 @@ int pvr2_hdw_register_access(struct pvr2_hdw *hdw,
mutex_lock(&hdw->i2c_list_lock); do {
list_for_each(item,&hdw->i2c_clients) {
cp = list_entry(item,struct pvr2_i2c_client,list);
if (!v4l2_chip_match_i2c_client(cp->client, req.match_type, req.match_chip)) {
if (!v4l2_chip_match_i2c_client(
cp->client,
req.match_type, req.match_chip)) {
continue;
}
stat = pvr2_i2c_client_cmd(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册