commit | acc0e90fbccbc6e4d48184cba0983ea044e131af | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jun 02 15:39:55 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:30:25 2009 -0700 |
tree | 5dee80c06dcb97739f6fae7e397fa8f4a4f8ee25 | |
parent | d12b77afb4f0a06e9c7e82a0e88d5f011b862c10 [diff] |
driver core: fix gcc 4.3.3 warnings about string literals 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>