aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen
diff options
context:
space:
mode:
authorWilliam Douglas <william.r.douglas@gmail.com>2011-10-31 17:11:31 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-31 17:30:53 -0700
commitae29bc92da01a2e9d278a9a58c3b307d41cc0254 (patch)
tree7709a1afd9f2089b3f9c13ed3086f5ef1fc5a088 /include/xen
parentprintk: fix bounds checking for log_prefix (diff)
downloadlinux-dev-ae29bc92da01a2e9d278a9a58c3b307d41cc0254.tar.xz
linux-dev-ae29bc92da01a2e9d278a9a58c3b307d41cc0254.zip
printk: remove bounds checking for log_prefix
Currently log_prefix is testing that the first character of the log level and facility is less than '0' and greater than '9' (which is always false). Since the code being updated works because strtoul bombs out (endp isn't updated) and 0 is returned anyway just remove the check and don't change the behavior of the function. Signed-off-by: William Douglas <william.douglas@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/xen')
0 files changed, 0 insertions, 0 deletions