mirror of
https://github.com/bmartini/zynq-axis.git
synced 2024-09-05 19:19:27 +08:00
72a2c01bfe
Use devm_kzalloc function to simplify driver error path. This function is a per driver/device memory management function that will auto free any memory when driver is released.