diff options
author | David S. Miller <davem@davemloft.net> | 2018-11-29 01:10:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-29 01:10:54 -0500 |
commit | e561bb29b650d2817d10a4858f1817836ed08399 (patch) | |
tree | 0bc92b5bb8a287a8e4a88732f3c64b56d126da58 /drivers/atm | |
parent | 62e3a931788223048120357ab3f29dcb55c5ef79 (diff) | |
parent | 60b548237fed4b4164bab13c994dd9615f6c4323 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Trivial conflict in net/core/filter.c, a locally computed
'sdif' is now an argument to the function.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/firestream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index 4e46dc9e41ad..11e1663bdc4d 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c | |||
@@ -1410,7 +1410,7 @@ static int init_q(struct fs_dev *dev, struct queue *txq, int queue, | |||
1410 | 1410 | ||
1411 | func_enter (); | 1411 | func_enter (); |
1412 | 1412 | ||
1413 | fs_dprintk (FS_DEBUG_INIT, "Inititing queue at %x: %d entries:\n", | 1413 | fs_dprintk (FS_DEBUG_INIT, "Initializing queue at %x: %d entries:\n", |
1414 | queue, nentries); | 1414 | queue, nentries); |
1415 | 1415 | ||
1416 | p = aligned_kmalloc (sz, GFP_KERNEL, 0x10); | 1416 | p = aligned_kmalloc (sz, GFP_KERNEL, 0x10); |
@@ -1443,7 +1443,7 @@ static int init_fp(struct fs_dev *dev, struct freepool *fp, int queue, | |||
1443 | { | 1443 | { |
1444 | func_enter (); | 1444 | func_enter (); |
1445 | 1445 | ||
1446 | fs_dprintk (FS_DEBUG_INIT, "Inititing free pool at %x:\n", queue); | 1446 | fs_dprintk (FS_DEBUG_INIT, "Initializing free pool at %x:\n", queue); |
1447 | 1447 | ||
1448 | write_fs (dev, FP_CNF(queue), (bufsize * RBFP_RBS) | RBFP_RBSVAL | RBFP_CME); | 1448 | write_fs (dev, FP_CNF(queue), (bufsize * RBFP_RBS) | RBFP_RBSVAL | RBFP_CME); |
1449 | write_fs (dev, FP_SA(queue), 0); | 1449 | write_fs (dev, FP_SA(queue), 0); |