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