Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97735
b: refs/heads/master
c: 9adea1c
h: refs/heads/master
i:
  97733: e507e4f
  97731: 5c517bb
  97727: 55ff33c
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 5, 2008
1 parent 0a0a99b commit e544e3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba60bc673ce7d019ae6684cebbb33e5239346664
refs/heads/master: 9adea1c00df74823e1719ebbcb86c972c4c2aba1
8 changes: 8 additions & 0 deletions trunk/drivers/media/common/tuners/tuner-i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,12 @@ __fail: \
__ret; \
})

#define hybrid_tuner_report_instance_count(state) \
({ \
int __ret = 0; \
if (state) \
__ret = state->i2c_props.count; \
__ret; \
})

#endif /* __TUNER_I2C_H__ */

0 comments on commit e544e3a

Please sign in to comment.