]> Git Repo - linux.git/commit
device create: ide: 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:42 +0000 (21:54 -0700)
commit6ecaaf94b831827405613ee9110d8fb8eff92482
tree24ca36ebd136e6f90b7b82c3825b538043e471ed
parent1cc4376c259d1950817aaa6221aad7c2058df4a8
device create: ide: 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: Bartlomiej Zolnierkiewicz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/ide/ide-tape.c
This page took 0.052194 seconds and 4 git commands to generate.