mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-27 10:01:16 +00:00
build warning: discards qualifiers from pointer target type when mixing "const char *" and "char *" We should probably update the routines to expect const, but easier for now to shut up the warning with 1 cast. Signed-off-by: Len Brown <len.brown@intel.com>