commit | 91e60eb60bdf078fc58b8d2fd1ac12f3c09bb893 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ursula.braun@de.ibm.com> | Fri Sep 18 16:06:52 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 21 16:03:04 2015 -0700 |
tree | f7a4f4801941ddbed1ae567b56121ec2db1492f4 | |
parent | 4d7def2a12386dbf56443016114c187df50e3442 [diff] |
s390/iucv: do not use arrays as argument The iucv code uses arrays as arguments. Even though this does not really cause a problem, it could be misleading, since the compiler turns array arguments into just a pointer argument. To be more precise this patch changes the array arguments into pointers. Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>