]> Git Repo - linux.git/commit
device create: framebuffer: 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)
commit1e2744011ff3cd195aba9f7a15dd71b332812a5c
tree7a2abfa8cd97eca7ff5236db71db978431c5da7e
parente282959ef3ebae0d72ac0b24242c376fa34da585
device create: framebuffer: 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: Antonino Daplas <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/video/console/fbcon.c
drivers/video/fbmem.c
This page took 0.055649 seconds and 4 git commands to generate.