diff options
author | Hong Liu <[email protected]> | 2019-02-12 20:05:23 +0800 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2019-02-15 22:47:21 +0100 |
commit | 09cc8b361887787a3577aa0b6510af4b11b51b9e (patch) | |
tree | b826762220ff689e81d6c0725cb84dd41c17bafb /scripts/gdb | |
parent | 7e06e0d5493b3e88016b247fe92f67a071d2c655 (diff) |
HID: intel-ish-hid: remove data[128] usage on stack when sending HBM request
Instead of using an 128-byte on-stack array to store the request, we can
instantiate the request on stack directly. This can save the stack usage of
these functions, since most of the requests are much smaller than 128 bytes.
Signed-off-by: Hong Liu <[email protected]>
Tested-by: Hongyan Song <[email protected]>
Acked-by: Srinivas Pandruvada <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions