Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319157
b: refs/heads/master
c: 8c88ab0
h: refs/heads/master
i:
  319155: a8ade27
v: v3
  • Loading branch information
Wolfram Sang authored and Wolfram Sang committed Jul 10, 2012
1 parent 0ef2340 commit ee899fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f09c672314f8180113429ff36cad09296c40a9f
refs/heads/master: 8c88ab040115430fc146df7aa5a57538bf6d0e2d
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/include/mach/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
**/
struct imxi2c_platform_data {
int bitrate;
u32 bitrate;
};

#endif /* __ASM_ARCH_I2C_H_ */
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ static int __init i2c_imx_probe(struct platform_device *pdev)
struct imxi2c_platform_data *pdata = pdev->dev.platform_data;
struct pinctrl *pinctrl;
void __iomem *base;
int irq, bitrate;
int ret;
int irq, ret;
u32 bitrate;

dev_dbg(&pdev->dev, "<%s>\n", __func__);

Expand Down

0 comments on commit ee899fd

Please sign in to comment.