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 'upstream-fixes'
This commit is contained in:
@@ -296,9 +296,7 @@ void t1_espi_destroy(struct peespi *espi)
|
||||
|
||||
struct peespi *t1_espi_create(adapter_t *adapter)
|
||||
{
|
||||
struct peespi *espi = kmalloc(sizeof(*espi), GFP_KERNEL);
|
||||
|
||||
memset(espi, 0, sizeof(*espi));
|
||||
struct peespi *espi = kzalloc(sizeof(*espi), GFP_KERNEL);
|
||||
|
||||
if (espi)
|
||||
espi->adapter = adapter;
|
||||
|
||||
Reference in New Issue
Block a user