[BUG] memstick: core: missing error return code in msb_resume()

From: Jia-Ju Bai
Date: Thu Mar 04 2021 - 21:45:26 EST


My static analysis tool reports that no error return code is assigned in error handling code of msb_resume().
However, many other drivers assign error return code in xxx_resume(), such as sky2_resume() and e1000_resume().
I wonder whether this is intentional?


Best wishes,
Jia-Ju Bai