diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-09-17 13:47:54 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-23 10:47:14 +0200 |
commit | 81d36c4fff7401b099d98818a517ee6bc02e93f2 (patch) | |
tree | 0a651cb3b5318186bfa4ac1388d2a32a1db88504 /kernel/sched | |
parent | 3b59e432ec9c093311e0ad057e330e04feb79007 (diff) |
pinctrl: remove an unnecessary cast
sizeof() is already size_t so there is no need to cast here. Generally,
casting inside the min() macro instead of using min_t() is considered
bad style.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'kernel/sched')
0 files changed, 0 insertions, 0 deletions