driver core: fix gcc 4.3.3 warnings about string literals
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Jun 2009 22:39:55 +0000 (15:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:30:25 +0000 (21:30 -0700)
This removes the
warning: format not a string literal and no format arguments
warnings in the driver core that gcc 4.3.3 complains about.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found