Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182102
b: refs/heads/master
c: 52d7ecd
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and Ralf Baechle committed Feb 27, 2010
1 parent cd93f69 commit e6fc550
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: f86a69b15f60965a224e7e2516ad41070692cc19
refs/heads/master: 52d7ecd033316b0540a6ac4af70574fae4aba295
2 changes: 1 addition & 1 deletion trunk/arch/mips/alchemy/common/dbdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ void au1xxx_dbdma_dump(u32 chanid)
dtp = ctp->chan_dest;
cp = ctp->chan_ptr;

printk(KERN_DEBUG "Chan %x, stp %x (dev %d) dtp %x (dev %d) \n",
printk(KERN_DEBUG "Chan %x, stp %x (dev %d) dtp %x (dev %d)\n",
(u32)ctp, (u32)stp, stp - dbdev_tab, (u32)dtp,
dtp - dbdev_tab);
printk(KERN_DEBUG "desc base %x, get %x, put %x, cur %x\n",
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/cavium-octeon/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static void octeon_cpu_die(unsigned int cpu)
avail_coremask);
}

pr_info("Reset core %d. Available Coremask = %x \n", coreid,
pr_info("Reset core %d. Available Coremask = %x\n", coreid,
avail_coremask);
cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid);
cvmx_write_csr(CVMX_CIU_PP_RST, 0);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static int recv_ack(void)

if (ack) {
do_idle();
printk(KERN_ERR "Error reading the Atmel 24C32/24C64 EEPROM \n");
printk(KERN_ERR "Error reading the Atmel 24C32/24C64 EEPROM\n");
return -1;
}

Expand Down

0 comments on commit e6fc550

Please sign in to comment.