i915: allocate devname at init time
authorJesse Barnes <jbarnes@jbarnes-t61.(none)>
Wed, 23 Apr 2008 01:41:28 +0000 (18:41 -0700)
committerJesse Barnes <jbarnes@jbarnes-t61.(none)>
Wed, 23 Apr 2008 01:41:28 +0000 (18:41 -0700)
commit8dc4d4fa1f1394c2faed89760e1183287577fed3
tree7ce2192ff4e165786018a43555e027174b9dbb69
parentb57e1f7efd6e27efbf960ab11323981e016ea86e
i915: allocate devname at init time

Since it'll be freed at unload time, we should alloc devname rather than
pointing to the DRIVER_NAME string.
shared-core/i915_init.c