Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390/sclp: avoid using strncmp with hardcoded length
"earlyprintk" option documentation does not clearly state which platform supports which additional values (e.g. ",keep"). Preserve old option behaviour and reuse str_has_prefix instead of strncmp for prefix testing. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
- Loading branch information