Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / isdn / isdnloop / isdnloop.c
index 7ac7badb8f55b242a10f305436f4637ebbcd1f5b..6ffd13466b8cba2256ccb6b0043debf40c9e1eda 100644 (file)
@@ -1142,8 +1142,6 @@ isdnloop_command(isdn_ctrl *c, isdnloop_card *card)
                case ISDNLOOP_IOCTL_DEBUGVAR:
                        return (ulong) card;
                case ISDNLOOP_IOCTL_STARTUP:
-                       if (!access_ok(VERIFY_READ, (void *) a, sizeof(isdnloop_sdef)))
-                               return -EFAULT;
                        return isdnloop_start(card, (isdnloop_sdef *) a);
                        break;
                case ISDNLOOP_IOCTL_ADDCARD: