Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330768
b: refs/heads/master
c: 229fd7d
h: refs/heads/master
v: v3
  • Loading branch information
Tim Gardner authored and Mauro Carvalho Chehab committed Aug 12, 2012
1 parent a463295 commit ed64bf8
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ddb9fa25be0babd17952821f76897931b56d490f
refs/heads/master: 229fd7d2f19c650c34034885180f91574e837bbb
6 changes: 5 additions & 1 deletion trunk/drivers/media/video/cpia2/cpia2_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@

#include "cpia2.h"

#include <linux/module.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <linux/firmware.h>

#define FIRMWARE "cpia2/stv0672_vp4.bin"
MODULE_FIRMWARE(FIRMWARE);

/* #define _CPIA2_DEBUG_ */

#ifdef _CPIA2_DEBUG_
Expand Down Expand Up @@ -898,7 +902,7 @@ static int cpia2_send_onebyte_command(struct camera_data *cam,
static int apply_vp_patch(struct camera_data *cam)
{
const struct firmware *fw;
const char fw_name[] = "cpia2/stv0672_vp4.bin";
const char fw_name[] = FIRMWARE;
int i, ret;
struct cpia2_command cmd;

Expand Down

0 comments on commit ed64bf8

Please sign in to comment.