]> Git Repo - linux.git/commit
device create: isdn: convert device_create to device_create_drvdata
authorGreg Kroah-Hartman <[email protected]>
Wed, 21 May 2008 19:52:33 +0000 (12:52 -0700)
committerGreg Kroah-Hartman <[email protected]>
Tue, 22 Jul 2008 04:54:43 +0000 (21:54 -0700)
commit24d0b416f988fcdfa2615a25c7c33c21cc2a65a9
tree9b50139a45768830152fdd91e12f36af6d675b40
parentc76d3d28c31a68f45d6b5acaa4813138dd7883b3
device create: isdn: convert device_create to device_create_drvdata

device_create() is race-prone, so use the race-free
device_create_drvdata() instead as device_create() is going away.

Cc: Karsten Keil <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/isdn/capi/capi.c
This page took 0.051108 seconds and 4 git commands to generate.