mbox series

[0/2] s390/dasd: module warning and error check fix

Message ID 20240715112434.2111291-1-sth@linux.ibm.com (mailing list archive)
Headers show
Series s390/dasd: module warning and error check fix | expand

Message

Stefan Haberland July 15, 2024, 11:24 a.m. UTC
Hi Jens,

please apply the following two patches for the merge window.
They fix module description warnings and an error check in a dasd function.

Carlos López (1):
  s390/dasd: fix error checks in dasd_copy_pair_store()

Jeff Johnson (1):
  s390/dasd: add missing MODULE_DESCRIPTION() macros

 drivers/s390/block/dasd_devmap.c | 10 ++++++++--
 drivers/s390/block/dasd_diag.c   |  1 +
 drivers/s390/block/dasd_eckd.c   |  1 +
 drivers/s390/block/dasd_fba.c    |  1 +
 4 files changed, 11 insertions(+), 2 deletions(-)

Comments

Jens Axboe July 15, 2024, 4:57 p.m. UTC | #1
On Mon, 15 Jul 2024 13:24:32 +0200, Stefan Haberland wrote:
> please apply the following two patches for the merge window.
> They fix module description warnings and an error check in a dasd function.
> 
> Carlos López (1):
>   s390/dasd: fix error checks in dasd_copy_pair_store()
> 
> Jeff Johnson (1):
>   s390/dasd: add missing MODULE_DESCRIPTION() macros
> 
> [...]

Applied, thanks!

[1/2] s390/dasd: add missing MODULE_DESCRIPTION() macros
      commit: 1f5a33315362cb8ade2b15489c985ada0cc8623b
[2/2] s390/dasd: fix error checks in dasd_copy_pair_store()
      commit: 8e64d2356cbc800b4cd0e3e614797f76bcf0cdb8

Best regards,