projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49b6ae
)
mhi: unconstify mhi_event_config
author
Loic Poulain
<loic.poulain@linaro.org>
Tue, 5 Jan 2021 16:44:35 +0000
(17:44 +0100)
committer
Manivannan Sadhasivam
<manivannan.sadhasivam@linaro.org>
Thu, 21 Jan 2021 07:35:53 +0000
(13:05 +0530)
Some parameters may have to be determined at runtime.
It is the case for the event ring MSI vector.
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
include/linux/mhi.h
patch
|
blob
|
history
diff --git
a/include/linux/mhi.h
b/include/linux/mhi.h
index 54afcae1709aa51dcf8252ac07bcd585be097b78..48f5c9168ae0095677c3fbb73b1b63e113d0ebf4 100644
(file)
--- a/
include/linux/mhi.h
+++ b/
include/linux/mhi.h
@@
-279,7
+279,7
@@
struct mhi_controller_config {
u32 num_channels;
const struct mhi_channel_config *ch_cfg;
u32 num_events;
-
const
struct mhi_event_config *event_cfg;
+ struct mhi_event_config *event_cfg;
bool use_bounce_buf;
bool m2_no_db;
};