patch-2.4.21 linux-2.4.21/drivers/char/n_r3964.c

Next file: linux-2.4.21/drivers/char/nvram.c
Previous file: linux-2.4.21/drivers/char/mwave/mwavedd.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/char/n_r3964.c linux-2.4.21/drivers/char/n_r3964.c
@@ -1364,7 +1364,7 @@
       pHeader->owner = pClient;
    }
 
-   copy_from_user (pHeader->data, data, count); /* We already verified this */
+   __copy_from_user(pHeader->data, data, count); /* We already verified this */
 
    if(pInfo->flags & R3964_DEBUG)
    {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)