You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
This commit is contained in:
@@ -768,7 +768,7 @@ static void rfd_ftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd)
|
||||
if (mtd->type != MTD_NORFLASH)
|
||||
return;
|
||||
|
||||
part = kcalloc(1, sizeof(struct partition), GFP_KERNEL);
|
||||
part = kzalloc(sizeof(struct partition), GFP_KERNEL);
|
||||
if (!part)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user