mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08: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>