diff options
| author | 2022-07-13 09:58:04 +0200 | |
|---|---|---|
| committer | 2022-07-14 15:47:21 +0200 | |
| commit | c1da5a7befa82c01e06c8ec2059bdc9ed422033b (patch) | |
| tree | c076f13ca66895ed7512c06495eb5132a34974a2 /kernel/debug/ssh:/git@git.zx2c4.com | |
| parent | staging: qlge: Avoid multiplication while keep the same logic (diff) | |
| download | linux-dev-c1da5a7befa82c01e06c8ec2059bdc9ed422033b.tar.xz linux-dev-c1da5a7befa82c01e06c8ec2059bdc9ed422033b.zip | |
staging: r888eu: use dynamic allocation for efuse buffer
Use kmalloc to allocate the efuse buffer in ReadAdapterInfo8188EU and
free it on exit. This is better than using a 512 byte array on the stack.
It's ok to drop the __aligned(4) qualifier. kmalloc aligns to
ARCH_KMALLOC_MINALIGN, this is at least 8 bytes.
Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Suggested-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220713075804.140986-1-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/debug/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
