commit | 1c9395d3584064087a909240d662f47d3e2bc1e8 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Wed Mar 05 14:11:30 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 13 14:23:05 2025 -0600 |
tree | a6a73c06deefcb0012c295cf2ed10d06348f5b9c | |
parent | 193d201ab3d744fd59f079f02942d09137f4c640 [diff] |
memory: ti-gpmc: Alloc per driver private struct Driver uses dev_get_priv() but never allocates it in its declaration leading to various crashes. Fix this by explicitly allocating the storage. Fixes: 9b0b5648d6e4 ("memory: Add TI GPMC driver") Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>