Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);