lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 21 Sep 2011 13:34:56 +1000
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Grant Likely <grant.likely@...retlab.ca>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Russell King <rmk@....linux.org.uk>,
	Viresh Kumar <viresh.kumar@...com>
Subject: linux-next: manual merge of the spi tree with the arm tree

Hi Grant,

Today's linux-next merge of the spi tree got a conflict in
drivers/spi/spi-pl022.c between commit 67fc8b9fe70c ("PM: add runtime PM
support to core Primecell driver") from the arm tree and commit
4eb389a89154 ("spi/spi-pl022: Resolve formatting issues") from the spi
tree.

The former removes the lines modified by the latter, so I just removed
the lines (see below).
-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

diff --cc drivers/spi/spi-pl022.c
index 3520cf9,02b2eda..0000000
--- a/drivers/spi/spi-pl022.c
+++ b/drivers/spi/spi-pl022.c
@@@ -2235,8 -2237,11 +2225,10 @@@ pl022_probe(struct amba_device *adev, c
   err_start_queue:
   err_init_queue:
  	destroy_queue(pl022);
- 	pl022_dma_remove(pl022);
+ 	if (platform_info->enable_dma)
+ 		pl022_dma_remove(pl022);
+ 
  	free_irq(adev->irq[0], pl022);
 -	pm_runtime_disable(&adev->dev);
   err_no_irq:
  	clk_put(pl022->clk);
   err_no_clk:
@@@ -2429,9 -2404,10 +2422,8 @@@ static struct amba_driver pl022_driver 
  	.id_table	= pl022_ids,
  	.probe		= pl022_probe,
  	.remove		= __devexit_p(pl022_remove),
 -	.suspend	= pl022_suspend,
 -	.resume		= pl022_resume,
  };
  
- 
  static int __init pl022_init(void)
  {
  	return amba_driver_register(&pl022_driver);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ