Commit 54ece68d authored by James Hogan's avatar James Hogan Committed by Mauro Carvalho Chehab

[media] rc: img-ir: hw: Remove unnecessary semi-colon

Fix a coccicheck warning in img-ir driver:
drivers/media/rc/img-ir/img-ir-hw.c:500:2-3: Unneeded semicolon
Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 17fd60fd
......@@ -497,7 +497,7 @@ static int img_ir_set_filter(struct rc_dev *dev, enum rc_filter_type type,
break;
default:
ret = -EINVAL;
};
}
unlock:
spin_unlock_irq(&priv->lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment