Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366825
b: refs/heads/master
c: c535cc6
h: refs/heads/master
i:
  366823: cc89d23
v: v3
  • Loading branch information
Alexander Shiyan authored and Mauro Carvalho Chehab committed Mar 25, 2013
1 parent 51a7b78 commit 38d3efd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 8dbee53b2a8dcc23e8d52d85d7e0b4fe268c55e7
refs/heads/master: c535cc6c714bd21b3afad35baa926b3b9eb51361
10 changes: 0 additions & 10 deletions trunk/drivers/staging/media/lirc/lirc_sir.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,12 +787,6 @@ static int init_hardware(void)
spin_lock_irqsave(&hardware_lock, flags);
/* reset UART */
#ifdef LIRC_ON_SA1100
#ifdef CONFIG_SA1100_BITSY
if (machine_is_bitsy()) {
pr_info("Power on IR module\n");
set_bitsy_egpio(EGPIO_BITSY_IR_ON);
}
#endif
#ifdef CONFIG_SA1100_COLLIE
sa1100_irda_set_power_collie(3); /* power on */
#endif
Expand Down Expand Up @@ -942,10 +936,6 @@ static void drop_hardware(void)
Ser2UTCR3 = sr.utcr3;

Ser2HSCR0 = sr.hscr0;
#ifdef CONFIG_SA1100_BITSY
if (machine_is_bitsy())
clr_bitsy_egpio(EGPIO_BITSY_IR_ON);
#endif
#ifdef CONFIG_SA1100_COLLIE
sa1100_irda_set_power_collie(0); /* power off */
#endif
Expand Down

0 comments on commit 38d3efd

Please sign in to comment.