All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the libata tree with the Linus' tree
@ 2011-06-30  2:10 Stephen Rothwell
  0 siblings, 0 replies; only message in thread
From: Stephen Rothwell @ 2011-06-30  2:10 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-next, linux-kernel, Linus Torvalds, Joe Perches

Hi Jeff,

Today's linux-next merge of the libata tree got a conflict in
drivers/ata/libahci.c between commit 49743170556e ("ahci: change 'masking
port_map' printk to KERN_WARNING level") from the Linus' tree and commit
c4d21d680e91 ("ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(")
from the libata tree.

I fixed it up (see below) and can carry the fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/ata/libahci.c
index 41223c7,d8ff9c4..0000000
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@@ -452,9 -455,9 +455,9 @@@ void ahci_save_initial_config(struct de
  	}
  
  	if (mask_port_map) {
- 		dev_printk(KERN_WARNING, dev, "masking port_map 0x%x -> 0x%x\n",
- 			   port_map,
- 			   port_map & mask_port_map);
 -		dev_err(dev, "masking port_map 0x%x -> 0x%x\n",
++		dev_warn(dev, "masking port_map 0x%x -> 0x%x\n",
+ 			port_map,
+ 			port_map & mask_port_map);
  		port_map &= mask_port_map;
  	}
  

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-30  2:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-30  2:10 linux-next: manual merge of the libata tree with the Linus' tree Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.