Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were two cases of simple overlapping changes, nothing serious. In the UDP case, we need to add a hlist_add_tail_rcu() to linux/rculist.h, because we've moved UDP socket handling away from using nulls lists. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -441,7 +441,7 @@ static int ks8995_probe(struct spi_device *spi)
|
||||
return -ENOMEM;
|
||||
|
||||
mutex_init(&ks->lock);
|
||||
ks->spi = spi_dev_get(spi);
|
||||
ks->spi = spi;
|
||||
ks->chip = &ks8995_chip[variant];
|
||||
|
||||
if (ks->spi->dev.of_node) {
|
||||
|
Reference in New Issue
Block a user