commit | cb1ac9e92574514332aeb732c83549091e77a382 | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Tue May 04 12:41:39 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 04 10:12:11 2021 -0500 |
tree | f5e0cfcd46bc8d1f479afcbbd57c8259bd547c24 | |
parent | 775c0deadf7d74d9d34274df4318a53d7f5265b6 [diff] |
tests: drivers: dma set correct type for the chan_id The chan_id value returned by dma_request_channel can be negative, changing the type of chan_id to int. Signed-off-by: Francois Ramu <francois.ramu@st.com>