summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-07-12 06:50:02 -0400
committerDavid S. Miller <davem@davemloft.net>2010-07-13 00:13:34 -0400
commit54cbb1cab88ef20c284eef8c24a6d86fad989464 (patch)
treef3e20c1e6935a5e4621c696769c24e10c439e495 /drivers/isdn/i4l
parent06df277a670263a073362046855851aad278d988 (diff)
drivers/isdn: Remove unnecessary casts of private_data
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/i4l')
-rw-r--r--drivers/isdn/i4l/isdn_ppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/i4l/isdn_ppp.c b/drivers/isdn/i4l/isdn_ppp.c
index 8c46baee621b..fe824e0cbb25 100644
--- a/drivers/isdn/i4l/isdn_ppp.c
+++ b/drivers/isdn/i4l/isdn_ppp.c
@@ -477,7 +477,7 @@ isdn_ppp_ioctl(int min, struct file *file, unsigned int cmd, unsigned long arg)
477 struct isdn_ppp_comp_data data; 477 struct isdn_ppp_comp_data data;
478 void __user *argp = (void __user *)arg; 478 void __user *argp = (void __user *)arg;
479 479
480 is = (struct ippp_struct *) file->private_data; 480 is = file->private_data;
481 lp = is->lp; 481 lp = is->lp;
482 482
483 if (is->debug & 0x1) 483 if (is->debug & 0x1)