Arnd Bergmann
6f235a69e5
ch_ktls: fix enum-conversion warning
...
gcc points out an incorrect enum assignment:
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c: In function 'chcr_ktls_cpl_set_tcb_rpl':
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:684:22: warning: implicit conversion from 'enum <anonymous>' to 'enum ch_ktls_open_state' [-Wenum-conversion]
This appears harmless, and should apparently use 'CH_KTLS_OPEN_SUCCESS'
instead of 'false', with the same value '0'.
Fixes: efca3878a5 ("ch_ktls: Issue if connection offload fails")
Reviewed-by: Andrew Lunn <andrew@lunn.ch >
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: David S. Miller <davem@davemloft.net >
2021-03-24 12:35:39 -07:00
..
2021-01-26 07:42:27 +01:00
2020-10-31 16:17:02 -07:00
2020-12-04 14:42:21 -08:00
2020-12-16 11:37:31 -08:00
2020-09-14 13:02:37 -07:00
2021-02-10 13:30:12 -08:00
2021-02-16 17:51:13 -08:00
2021-02-11 14:38:06 -08:00
2020-09-25 16:29:00 -07:00
2021-03-05 15:05:33 -08:00
2021-03-16 15:26:31 -07:00
2020-12-04 17:41:49 -08:00
2021-03-03 16:53:45 -08:00
2020-09-25 16:29:00 -07:00
2021-01-29 19:02:43 -08:00
2021-03-24 12:35:39 -07:00
2021-01-07 12:53:29 -08:00
2020-09-25 16:29:00 -07:00
2021-03-08 12:01:58 -08:00
2020-11-02 15:50:04 -08:00
2020-09-14 13:02:37 -07:00
2021-01-07 12:53:29 -08:00
2021-03-12 16:54:07 -08:00
2021-03-08 12:03:42 -08:00
2020-12-08 16:06:28 -08:00
2021-03-08 11:56:00 -08:00
2020-12-09 17:05:37 -08:00
2021-02-04 19:07:55 -08:00
2021-03-09 17:15:56 -08:00
2021-03-19 08:47:46 -07:00
2021-03-24 12:33:06 -07:00
2021-03-02 15:28:07 -08:00
2021-03-22 13:16:41 -07:00
2021-01-15 17:53:29 -08:00
2021-03-05 14:42:55 -08:00
2021-03-04 14:16:24 -08:00
2020-09-10 13:08:46 -07:00
2021-01-05 15:59:20 -08:00
2020-12-14 19:18:11 -08:00
2021-03-16 15:36:44 -07:00
2020-12-17 10:54:31 -08:00
2020-11-03 17:47:04 -08:00
2020-12-04 14:42:21 -08:00
2020-11-23 17:01:48 -08:00
2020-09-25 16:29:00 -07:00
2020-12-02 18:03:58 -08:00
2021-03-17 11:27:30 -07:00
2021-03-11 18:08:14 -08:00
2021-02-06 11:28:45 -08:00
2021-03-20 19:01:41 -07:00
2021-03-01 13:22:34 -08:00
2021-02-12 17:08:04 -08:00
2021-02-15 15:20:49 -08:00
2020-09-25 06:20:45 +02:00
2021-01-22 19:16:45 -08:00
2020-09-14 13:02:38 -07:00
2020-09-25 16:29:00 -07:00
2021-01-19 17:46:39 -08:00
2021-03-18 11:22:04 -07:00
2021-03-19 13:44:06 -07:00
2021-03-05 13:00:38 -08:00
2021-02-06 11:37:01 -08:00
2021-03-05 12:59:32 -08:00
2021-02-22 10:05:12 -08:00
2021-01-16 18:13:28 -08:00
2020-10-05 18:40:01 -07:00
2021-03-12 16:51:32 -08:00
2021-01-05 15:43:41 -08:00
2020-09-25 16:29:00 -07:00
2020-12-23 12:28:53 -08:00
2020-09-14 13:02:37 -07:00
2021-01-21 19:48:38 -08:00
2020-12-16 15:01:07 -08:00
2020-09-23 18:01:03 -07:00
2021-01-21 19:48:38 -08:00