Commit 4fa55fa
s390/qeth: remove two IPA command helpers
qeth_l3_send_ipa_arp_cmd() is merely a wrapper around
qeth_send_control_data() now. So push the length adjustment into
QETH_SETASS_BASE_LEN, and remove the wrapper. While at it, also remove
some redundant 0-initializations.
qeth_send_setassparms() requires that callers prepare their command
parameters, so that they can be copied into the parameter area in one
go. Skip the indirection, and just let callers set up the command
themselves.
Signed-off-by: Julian Wiedmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>1 parent 605c9d5 commit 4fa55fa
File tree
3 files changed
+19
-59
lines changed- drivers/s390/net
3 files changed
+19
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5475 | 5475 | | |
5476 | 5476 | | |
5477 | 5477 | | |
5478 | | - | |
5479 | | - | |
5480 | | - | |
5481 | | - | |
5482 | | - | |
5483 | | - | |
5484 | | - | |
5485 | | - | |
5486 | | - | |
5487 | | - | |
5488 | | - | |
5489 | | - | |
5490 | | - | |
5491 | | - | |
5492 | | - | |
5493 | | - | |
5494 | | - | |
5495 | | - | |
5496 | | - | |
5497 | | - | |
5498 | | - | |
5499 | | - | |
5500 | 5478 | | |
5501 | 5479 | | |
5502 | 5480 | | |
5503 | 5481 | | |
5504 | 5482 | | |
5505 | | - | |
5506 | 5483 | | |
5507 | 5484 | | |
5508 | 5485 | | |
| |||
5512 | 5489 | | |
5513 | 5490 | | |
5514 | 5491 | | |
5515 | | - | |
5516 | | - | |
5517 | | - | |
| 5492 | + | |
| 5493 | + | |
| 5494 | + | |
5518 | 5495 | | |
5519 | 5496 | | |
5520 | 5497 | | |
| |||
6385 | 6362 | | |
6386 | 6363 | | |
6387 | 6364 | | |
6388 | | - | |
6389 | 6365 | | |
6390 | 6366 | | |
6391 | 6367 | | |
6392 | 6368 | | |
6393 | | - | |
6394 | | - | |
6395 | | - | |
6396 | | - | |
6397 | | - | |
| 6369 | + | |
| 6370 | + | |
| 6371 | + | |
| 6372 | + | |
| 6373 | + | |
| 6374 | + | |
6398 | 6375 | | |
6399 | 6376 | | |
6400 | 6377 | | |
| |||
6492 | 6469 | | |
6493 | 6470 | | |
6494 | 6471 | | |
6495 | | - | |
6496 | | - | |
| 6472 | + | |
6497 | 6473 | | |
6498 | 6474 | | |
6499 | 6475 | | |
| |||
6510 | 6486 | | |
6511 | 6487 | | |
6512 | 6488 | | |
6513 | | - | |
6514 | | - | |
6515 | | - | |
6516 | | - | |
| 6489 | + | |
| 6490 | + | |
| 6491 | + | |
6517 | 6492 | | |
6518 | 6493 | | |
6519 | 6494 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
840 | 839 | | |
841 | 840 | | |
842 | 841 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1685 | 1685 | | |
1686 | 1686 | | |
1687 | 1687 | | |
1688 | | - | |
1689 | | - | |
1690 | | - | |
1691 | | - | |
1692 | | - | |
1693 | | - | |
1694 | | - | |
1695 | | - | |
1696 | | - | |
1697 | | - | |
1698 | | - | |
1699 | | - | |
1700 | 1688 | | |
1701 | 1689 | | |
1702 | 1690 | | |
| |||
1716 | 1704 | | |
1717 | 1705 | | |
1718 | 1706 | | |
1719 | | - | |
1720 | | - | |
1721 | | - | |
1722 | | - | |
1723 | | - | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
1724 | 1710 | | |
1725 | 1711 | | |
1726 | 1712 | | |
| |||
0 commit comments