Skip to content

Commit

Permalink
minor syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFyson committed Dec 29, 2015
1 parent 57c3ab3 commit 240c1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-bcm2708.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static int bcm2708_i2c_probe(struct platform_device *pdev)
unsigned long bus_hz;
u32 cdiv, clk_tout;

if (!baudrate){
if (!baudrate) {
baudrate = baudrate_default;
if (pdev->dev.of_node) {
u32 bus_clk_rate;
Expand Down

0 comments on commit 240c1f9

Please sign in to comment.