commit | 81d36c4fff7401b099d98818a517ee6bc02e93f2 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Sep 17 13:47:54 2013 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Sep 23 10:47:14 2013 +0200 |
tree | 0a651cb3b5318186bfa4ac1388d2a32a1db88504 | |
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>