commit | 09e15176ded1faa7bd685b3b5b1213cf0240566e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Mar 01 16:57:14 2014 +0300 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Mar 11 23:13:23 2014 +0100 |
tree | 136c3d108e90a91fc3f59c780ee892da9cbfb726 | |
parent | cd325295871fbd172340a73f323f6a19c0b0525d [diff] |
clocksource: exynos_mct: silence a static checker warning My guess is we aren't going to have a 2 digit cpuid here any time soon but the static checkers don't know that and complain that the snprintf() could overflow. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>