Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91754
b: refs/heads/master
c: 22d56fc
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Jesper Juhl committed Apr 21, 2008
1 parent a125a7c commit 95dca89
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: c81010bf41ec1e888e46898f57cd0e2cdac326a4
refs/heads/master: 22d56fce95f8cfcae8376e6da99e232583c61845
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/sn9c102/sn9c102_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ extern int sn9c102_write_regs(struct sn9c102_device*, const u8 valreg[][2],
Register adresses must be < 256.
*/
#define sn9c102_write_const_regs(sn9c102_device, data...) \
({ const static u8 _valreg[][2] = {data}; \
({ static const u8 _valreg[][2] = {data}; \
sn9c102_write_regs(sn9c102_device, _valreg, ARRAY_SIZE(_valreg)); })

/*****************************************************************************/
Expand Down

0 comments on commit 95dca89

Please sign in to comment.