commit | 51611a120e8120290152edd7d0020d22a7f4b4a3 | [log] [tgz] |
---|---|---|
author | Wolfgang Grandegger <wg@grandegger.com> | Wed Jun 10 01:12:39 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 10 01:12:39 2009 -0700 |
tree | 75ed9a66a1282e4d93711f20b7d88310e963a087 | |
parent | bf12691d846b48fa6e3289810a822687457036cf [diff] |
can: sja1000_of_platform: fix build problems with printk format According to "Documentation/printk-formats.txt", if the type is dependent on a config option for its size, like resource_size_t, we should use a format specifier of its largest possible type and explicitly cast to it. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>