diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-10-22 06:43:49 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 22:00:20 +0100 |
commit | 7e7beb8c255e91bfb4701f2757036c8fbe5a6592 (patch) | |
tree | f74f477f18951dd007ebe5ba5dbb5104ca51d4f9 | |
parent | [media] cx25821-video-upstream.c: Change line endings (diff) | |
download | linux-7e7beb8c255e91bfb4701f2757036c8fbe5a6592.tar.xz linux-7e7beb8c255e91bfb4701f2757036c8fbe5a6592.zip |
[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>
-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: |