commit | b65b24d42f0a3da68085433f1102c0ac6aa3cebe | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Aug 17 15:56:45 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 18 23:46:42 2016 -0700 |
tree | 01c9344a51d9775451e3dc88616efa2b02d11878 | |
parent | f1c89c033fe654d565db3866fc0f897eab2ff9c0 [diff] |
atm: fore200e: Do not drop const qualifier The data member of structure firmware is const and this constness is dropped by some cast. This patch add some const for keeping the const information. Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>