[media] omap3isp: Don't ignore subdev streamoff failures
[linux-2.6-block.git] / kernel / params.c
index 1e52ca233fd9a45484418f14820c40b95e89d6ba..34f527023794e698299460aacc0fcc0a05e8ca3d 100644 (file)
@@ -256,6 +256,7 @@ STANDARD_PARAM_DEF(int, int, "%i", kstrtoint);
 STANDARD_PARAM_DEF(uint, unsigned int, "%u", kstrtouint);
 STANDARD_PARAM_DEF(long, long, "%li", kstrtol);
 STANDARD_PARAM_DEF(ulong, unsigned long, "%lu", kstrtoul);
+STANDARD_PARAM_DEF(ullong, unsigned long long, "%llu", kstrtoull);
 
 int param_set_charp(const char *val, const struct kernel_param *kp)
 {