]> www.infradead.org Git - users/hch/xfs.git/commit
Merge tag 'mtd/fixes-for-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Dec 2024 17:08:45 +0000 (09:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Dec 2024 17:08:45 +0000 (09:08 -0800)
commit9b2ffa6148b1e4468d08f7e0e7e371c43cac9ffe
tree00e1f8e72e91f42e9b6a3d7c8feabd61af7bc5d9
parentef49c460ab89d3d0ccc01c0ac3b55a47927ec6d5
parent140054a25f85036ec847e722c76cc1bfaf3f0d96
Merge tag 'mtd/fixes-for-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux

Pull mtd fixes from Miquel Raynal:
 "Four minor fixes for NAND controller drivers (cleanup path, double
  actions, and W=1 warning) as well as a cast to avoid overflows in an
  mtd device driver"

* tag 'mtd/fixes-for-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
  mtd: rawnand: omap2: Fix build warnings with W=1
  mtd: rawnand: arasan: Fix missing de-registration of NAND
  mtd: rawnand: arasan: Fix double assertion of chip-select
  mtd: diskonchip: Cast an operand to prevent potential overflow
  mtd: rawnand: fix double free in atmel_pmecc_create_user()