Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254611
b: refs/heads/master
c: 0ae9025
h: refs/heads/master
i:
  254609: 5da08e8
  254607: 92fc128
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Jun 11, 2011
1 parent 337dcd7 commit 0e7e572
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 8de111e27688798623b9e9062235bb0cac29f599
refs/heads/master: 0ae90252d0b28265bc16cf272e72d62281f7baf1
5 changes: 5 additions & 0 deletions trunk/drivers/media/rc/fintek-cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,17 @@ static void __devexit fintek_remove(struct pnp_dev *pdev)
static int fintek_suspend(struct pnp_dev *pdev, pm_message_t state)
{
struct fintek_dev *fintek = pnp_get_drvdata(pdev);
unsigned long flags;

fit_dbg("%s called", __func__);

spin_lock_irqsave(&fintek->fintek_lock, flags);

/* disable all CIR interrupts */
fintek_cir_reg_write(fintek, CIR_STATUS_IRQ_MASK, CIR_STATUS);

spin_unlock_irqrestore(&fintek->fintek_lock, flags);

fintek_config_mode_enable(fintek);

/* disable cir logical dev */
Expand Down

0 comments on commit 0e7e572

Please sign in to comment.