diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-10-22 08:43:49 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-25 01:00:20 +0400 |
commit | 7e7beb8c255e91bfb4701f2757036c8fbe5a6592 (patch) | |
tree | f74f477f18951dd007ebe5ba5dbb5104ca51d4f9 /drivers/media/video/cx25821 | |
parent | 8eb1fdfff0c939f3f5c6b48a6e54996e7ac0ad91 (diff) | |
download | linux-7e7beb8c255e91bfb4701f2757036c8fbe5a6592.tar.xz |
[media] cx25821-video.c: Delete empty line
Delete unnecessary empty line.
Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx25821')
-rw-r--r-- | drivers/media/video/cx25821/cx25821-video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx25821/cx25821-video.c b/drivers/media/video/cx25821/cx25821-video.c index 4d6907cda75b..79c455323d72 100644 --- a/drivers/media/video/cx25821/cx25821-video.c +++ b/drivers/media/video/cx25821/cx25821-video.c @@ -528,7 +528,6 @@ int cx25821_video_register(struct cx25821_dev *dev) #endif mutex_unlock(&dev->lock); - return 0; fail_unreg: |