
Returning non-const char* doesn't have any benefits since the only caller casts the output pointer to const char *. This change fixes compilation on 5.3 kernel. Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
Returning non-const char* doesn't have any benefits since the only caller casts the output pointer to const char *. This change fixes compilation on 5.3 kernel. Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>