8/13
s390/qdio_main: Use kzalloc() for the IRQ structure
qdio_allocate() 的 QDIO IRQ 结构体改用 kzalloc()/kfree() 替代 get_zeroed_page()/free_page(),去掉整页分配与类型转换,释放简洁。
qdio_allocate() 的 QDIO IRQ 结构体改用 kzalloc()/kfree() 替代 get_zeroed_page()/free_page(),去掉整页分配与类型转换,释放简洁。