summaryrefslogtreecommitdiff
path: root/drivers/media/usb/usbtv/usbtv-core.c
diff options
context:
space:
mode:
authorAmber Thrall <amber.rose.thrall@gmail.com>2014-09-20 01:03:15 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-23 16:13:44 -0300
commit146af9cb809c6b6a0f4e215570fb3f397cd55a21 (patch)
tree28a0d77060212be8cd1d4460139f02ab38094b24 /drivers/media/usb/usbtv/usbtv-core.c
parente87cb470896e9089d2185e1dcbe8d17b0e3361d3 (diff)
[media] Media: USB: usbtv: Fixed all coding style issues in usbtv source files
Fixed various coding styles, ignoring coding style error on line 5 for all files containing a link that is longer than 80 characters long. Signed-off-by: Amber Thrall <amber.rose.thrall@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/usbtv/usbtv-core.c')
-rw-r--r--drivers/media/usb/usbtv/usbtv-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/usbtv/usbtv-core.c b/drivers/media/usb/usbtv/usbtv-core.c
index bf25ecf143a2..29428bef272c 100644
--- a/drivers/media/usb/usbtv/usbtv-core.c
+++ b/drivers/media/usb/usbtv/usbtv-core.c
@@ -108,6 +108,7 @@ usbtv_video_fail:
static void usbtv_disconnect(struct usb_interface *intf)
{
struct usbtv *usbtv = usb_get_intfdata(intf);
+
usb_set_intfdata(intf, NULL);
if (!usbtv)