diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-21 19:36:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-21 19:36:46 -0400 |
commit | e9b62693ae0a1e13ccc97a6792d9a7770c8d1b5b (patch) | |
tree | c676609730533fc1b7c5e01992e46b6eaf75f99b /drivers/media | |
parent | 548453fd107f789f5f1bc2dc13cc432ceb3b5efd (diff) | |
parent | 838cb6aba4cebcf4fcd06b90e2adf890bef884ac (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial: (24 commits)
DOC: A couple corrections and clarifications in USB doc.
Generate a slightly more informative error msg for bad HZ
fix typo "is" -> "if" in Makefile
ext*: spelling fix prefered -> preferred
DOCUMENTATION: Use newer DEFINE_SPINLOCK macro in docs.
KEYS: Fix the comment to match the file name in rxrpc-type.h.
RAID: remove trailing space from printk line
DMA engine: typo fixes
Remove unused MAX_NODES_SHIFT
MAINTAINERS: Clarify access to OCFS2 development mailing list.
V4L: Storage class should be before const qualifier (sn9c102)
V4L: Storage class should be before const qualifier
sonypi: Storage class should be before const qualifier
intel_menlow: Storage class should be before const qualifier
DVB: Storage class should be before const qualifier
arm: Storage class should be before const qualifier
ALSA: Storage class should be before const qualifier
acpi: Storage class should be before const qualifier
firmware_sample_driver.c: fix coding style
MAINTAINERS: Add ati_remote2 driver
...
Fixed up trivial conflicts in firmware_sample_driver.c
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/or51132.c | 4 | ||||
-rw-r--r-- | drivers/media/video/sn9c102/sn9c102_sensor.h | 2 | ||||
-rw-r--r-- | drivers/media/video/v4l1-compat.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/or51132.c b/drivers/media/dvb/frontends/or51132.c index 1d2d28ce823d..8ffb8daca031 100644 --- a/drivers/media/dvb/frontends/or51132.c +++ b/drivers/media/dvb/frontends/or51132.c | |||
@@ -91,7 +91,7 @@ static int or51132_writebuf(struct or51132_state *state, const u8 *buf, int len) | |||
91 | Less code and more efficient that loading a buffer on the stack with | 91 | Less code and more efficient that loading a buffer on the stack with |
92 | the bytes to send and then calling or51132_writebuf() on that. */ | 92 | the bytes to send and then calling or51132_writebuf() on that. */ |
93 | #define or51132_writebytes(state, data...) \ | 93 | #define or51132_writebytes(state, data...) \ |
94 | ({ const static u8 _data[] = {data}; \ | 94 | ({ static const u8 _data[] = {data}; \ |
95 | or51132_writebuf(state, _data, sizeof(_data)); }) | 95 | or51132_writebuf(state, _data, sizeof(_data)); }) |
96 | 96 | ||
97 | /* Read data from demod into buffer. Returns 0 on success. */ | 97 | /* Read data from demod into buffer. Returns 0 on success. */ |
@@ -132,7 +132,7 @@ static int or51132_readreg(struct or51132_state *state, u8 reg) | |||
132 | static int or51132_load_firmware (struct dvb_frontend* fe, const struct firmware *fw) | 132 | static int or51132_load_firmware (struct dvb_frontend* fe, const struct firmware *fw) |
133 | { | 133 | { |
134 | struct or51132_state* state = fe->demodulator_priv; | 134 | struct or51132_state* state = fe->demodulator_priv; |
135 | const static u8 run_buf[] = {0x7F,0x01}; | 135 | static const u8 run_buf[] = {0x7F,0x01}; |
136 | u8 rec_buf[8]; | 136 | u8 rec_buf[8]; |
137 | u32 firmwareAsize, firmwareBsize; | 137 | u32 firmwareAsize, firmwareBsize; |
138 | int i,ret; | 138 | int i,ret; |
diff --git a/drivers/media/video/sn9c102/sn9c102_sensor.h b/drivers/media/video/sn9c102/sn9c102_sensor.h index 2d7d786b8430..2dc7c6869484 100644 --- a/drivers/media/video/sn9c102/sn9c102_sensor.h +++ b/drivers/media/video/sn9c102/sn9c102_sensor.h | |||
@@ -126,7 +126,7 @@ extern int sn9c102_write_regs(struct sn9c102_device*, const u8 valreg[][2], | |||
126 | Register adresses must be < 256. | 126 | Register adresses must be < 256. |
127 | */ | 127 | */ |
128 | #define sn9c102_write_const_regs(sn9c102_device, data...) \ | 128 | #define sn9c102_write_const_regs(sn9c102_device, data...) \ |
129 | ({ const static u8 _valreg[][2] = {data}; \ | 129 | ({ static const u8 _valreg[][2] = {data}; \ |
130 | sn9c102_write_regs(sn9c102_device, _valreg, ARRAY_SIZE(_valreg)); }) | 130 | sn9c102_write_regs(sn9c102_device, _valreg, ARRAY_SIZE(_valreg)); }) |
131 | 131 | ||
132 | /*****************************************************************************/ | 132 | /*****************************************************************************/ |
diff --git a/drivers/media/video/v4l1-compat.c b/drivers/media/video/v4l1-compat.c index 50e1ff9f2be5..e3ac5e686075 100644 --- a/drivers/media/video/v4l1-compat.c +++ b/drivers/media/video/v4l1-compat.c | |||
@@ -126,7 +126,7 @@ set_v4l_control(struct inode *inode, | |||
126 | 126 | ||
127 | /* ----------------------------------------------------------------- */ | 127 | /* ----------------------------------------------------------------- */ |
128 | 128 | ||
129 | const static unsigned int palette2pixelformat[] = { | 129 | static const unsigned int palette2pixelformat[] = { |
130 | [VIDEO_PALETTE_GREY] = V4L2_PIX_FMT_GREY, | 130 | [VIDEO_PALETTE_GREY] = V4L2_PIX_FMT_GREY, |
131 | [VIDEO_PALETTE_RGB555] = V4L2_PIX_FMT_RGB555, | 131 | [VIDEO_PALETTE_RGB555] = V4L2_PIX_FMT_RGB555, |
132 | [VIDEO_PALETTE_RGB565] = V4L2_PIX_FMT_RGB565, | 132 | [VIDEO_PALETTE_RGB565] = V4L2_PIX_FMT_RGB565, |