Re: [PATCH 04/12] s390: qeth: address type mismatch warning

2019-04-10 Thread Martin Schwidefsky
On Mon, 8 Apr 2019 23:26:17 +0200 Arnd Bergmann wrote: > clang produces a harmless warning for each use for the qeth_adp_supported > macro: > > drivers/s390/net/qeth_l2_main.c:559:31: warning: implicit conversion from > enumeration type 'enum qeth_ipa_setadp_cmd' to > different

Re: [PATCH 04/12] s390: qeth: address type mismatch warning

2019-04-09 Thread Arnd Bergmann
On Tue, Apr 9, 2019 at 12:16 AM Nathan Chancellor wrote: > > On Mon, Apr 08, 2019 at 11:26:17PM +0200, Arnd Bergmann wrote: > > clang produces a harmless warning for each use for the qeth_adp_supported > > macro: > > > > drivers/s390/net/qeth_l2_main.c:559:31: warning: implicit conversion from >

Re: [PATCH 04/12] s390: qeth: address type mismatch warning

2019-04-08 Thread Nathan Chancellor
On Mon, Apr 08, 2019 at 11:26:17PM +0200, Arnd Bergmann wrote: > clang produces a harmless warning for each use for the qeth_adp_supported > macro: > > drivers/s390/net/qeth_l2_main.c:559:31: warning: implicit conversion from > enumeration type 'enum qeth_ipa_setadp_cmd' to > different

[PATCH 04/12] s390: qeth: address type mismatch warning

2019-04-08 Thread Arnd Bergmann
clang produces a harmless warning for each use for the qeth_adp_supported macro: drivers/s390/net/qeth_l2_main.c:559:31: warning: implicit conversion from enumeration type 'enum qeth_ipa_setadp_cmd' to different enumeration type 'enum qeth_ipa_funcs' [-Wenum-conversion] if