linux-next: manual merge of the mfd tree with Linus' tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Today's linux-next merge of the mfd tree got a conflict in:

  drivers/mfd/cs42l43.c

between commit:

  cdd30ebb1b9f ("module: Convert symbol namespace to string literal")

from Linus' tree and commit:

  c5bb88eac10f ("mfd: cs42l43: Use devres for remove as well")

from the mfd tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/mfd/cs42l43.c
index b5ab5e613db7,beb63c4efd21..000000000000
--- a/drivers/mfd/cs42l43.c
+++ b/drivers/mfd/cs42l43.c
@@@ -1096,16 -1113,8 +1113,8 @@@ int cs42l43_dev_probe(struct cs42l43 *c
  
  	return 0;
  }
 -EXPORT_SYMBOL_NS_GPL(cs42l43_dev_probe, MFD_CS42L43);
 +EXPORT_SYMBOL_NS_GPL(cs42l43_dev_probe, "MFD_CS42L43");
  
- void cs42l43_dev_remove(struct cs42l43 *cs42l43)
- {
- 	cancel_work_sync(&cs42l43->boot_work);
- 
- 	cs42l43_power_down(cs42l43);
- }
- EXPORT_SYMBOL_NS_GPL(cs42l43_dev_remove, "MFD_CS42L43");
- 
  static int cs42l43_suspend(struct device *dev)
  {
  	struct cs42l43 *cs42l43 = dev_get_drvdata(dev);

Attachment: pgpWwfyR1eobs.pgp
Description: OpenPGP digital signature


[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux