Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143101
b: refs/heads/master
c: c758e8c
h: refs/heads/master
i:
  143099: 4da6d12
v: v3
  • Loading branch information
Ben Hutchings authored and Jean Delvare committed Apr 13, 2009
1 parent b4cd39c commit b26dbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3f307fb37a6dd65b7eabda9c6208a9bd161dc16e
refs/heads/master: c758e8cffe3b1bc7970d579371db01b19ff440bf
2 changes: 1 addition & 1 deletion trunk/include/linux/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ struct i2c_board_info {
* are provided using conventional syntax.
*/
#define I2C_BOARD_INFO(dev_type, dev_addr) \
.type = (dev_type), .addr = (dev_addr)
.type = dev_type, .addr = (dev_addr)


/* Add-on boards should register/unregister their devices; e.g. a board
Expand Down

0 comments on commit b26dbad

Please sign in to comment.