Re: [PATCH] s390/pkey: Remove redundant variable initialization

2020-08-03 Thread Harald Freudenberger
On 02.08.20 13:15, Tianjia Zhang wrote: > In the first place, the initialization value of `rc` is wrong. > It is unnecessary to initialize `rc` variables, so remove their > initialization operation. > > Fixes: f2bbc96e7cfad ("s390/pkey: add CCA AES cipher key support") > Cc: Harald Freudenberger >

[PATCH] s390/pkey: Remove redundant variable initialization

2020-08-02 Thread Tianjia Zhang
In the first place, the initialization value of `rc` is wrong. It is unnecessary to initialize `rc` variables, so remove their initialization operation. Fixes: f2bbc96e7cfad ("s390/pkey: add CCA AES cipher key support") Cc: Harald Freudenberger Signed-off-by: Tianjia Zhang --- drivers/s390/cryp