[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: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
James Hogan 2014-03-13 07:29:21 -03:00 committed by Mauro Carvalho Chehab
parent 17fd60fd50
commit 54ece68d89
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ set_unlock:
break;
default:
ret = -EINVAL;
};
}
unlock:
spin_unlock_irq(&priv->lock);