Skip to content

Commit

Permalink
Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/…
Browse files Browse the repository at this point in the history
…linux-msm

* 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msm:
  video: msm: Fix section mismatch in mddi.c.
  drivers: video: msm: drop some unused variables
  • Loading branch information
Linus Torvalds committed Aug 11, 2010
2 parents 946880f + 461cbe7 commit 84479f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions drivers/video/msm/mddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,8 @@ static void mddi_wait_interrupt(struct mddi_info *mddi, uint32_t intmask);

static void mddi_handle_rev_data_avail(struct mddi_info *mddi)
{
union mddi_rev *rev = mddi->rev_data;
uint32_t rev_data_count;
uint32_t rev_crc_err_count;
int i;
struct reg_read_info *ri;
size_t prev_offset;
uint16_t length;
Expand Down Expand Up @@ -670,7 +668,7 @@ static int __init mddi_rev_data_setup(struct mddi_info *mddi)
return 0;
}

static int __init mddi_probe(struct platform_device *pdev)
static int __devinit mddi_probe(struct platform_device *pdev)
{
struct msm_mddi_platform_data *pdata = pdev->dev.platform_data;
struct mddi_info *mddi = &mddi_info[pdev->id];
Expand Down
1 change: 0 additions & 1 deletion drivers/video/msm/mdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ int get_img(struct mdp_img *img, struct fb_info *info,
{
int put_needed, ret = 0;
struct file *file;
unsigned long vstart;

file = fget_light(img->memory_id, &put_needed);
if (file == NULL)
Expand Down

0 comments on commit 84479f3

Please sign in to comment.