]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: qup: use proper type fro clk_freq
authorWolfram Sang <wsa@the-dreams.de>
Thu, 3 Apr 2014 09:30:33 +0000 (11:30 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 6 Apr 2014 11:53:30 +0000 (13:53 +0200)
commit9b771f948ae7b0248ce0602333fcbed5b7103135
tree008b325a0a83ba53c58beb63c5fbb68e79531983
parentb4f0a0c9a83609d6e3491abd2911c76971de283f
i2c: qup: use proper type fro clk_freq

It is used with of_property_read_u32(), so it should be u32.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Fixes: 27d92f9f936d ('i2c: qup: New bus driver for the Qualcomm QUP I2C controller')
drivers/i2c/busses/i2c-qup.c