From: Hui Wang Date: Thu, 28 Jun 2012 08:21:34 +0000 (+0800) Subject: can: flexcan: use of_property_read_u32 to get DT entry value X-Git-Tag: v3.6-rc1~125^2~269^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc016d8360ceb19a1f37bf6579d5850d47d582d;p=pandora-kernel.git can: flexcan: use of_property_read_u32 to get DT entry value of_property_read_u32() can auto handle endian problems, use this function can make code clean and simple. No need to check return value here since the following got value check will handle this. Cc: linux-can@vger.kernel.org Cc: Marc Kleine-Budde Cc: Wolfgang Grandegger Cc: Shawn Guo Signed-off-by: Hui Wang Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed