Searched refs:fullopt (Results 1 – 1 of 1) sorted by relevance
1589 static int __init xgifb_optval(char *fullopt, int validx) in xgifb_optval() argument1593 if (kstrtoul(fullopt + validx, 0, &lres) < 0 || lres > INT_MAX) { in xgifb_optval()1594 pr_err("Invalid value for option: %s\n", fullopt); in xgifb_optval()