From: Dan Carpenter Date: Tue, 17 Sep 2013 10:47:54 +0000 (+0300) Subject: pinctrl: remove an unnecessary cast X-Git-Tag: v3.12-rc4~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81d36c4fff7401b099d98818a517ee6bc02e93f2;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed