diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-02-19 15:07:53 +0530 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2017-03-07 08:21:38 -0800 |
commit | 3faf93543ccb3410bfaf992a0de4a925631a3526 (patch) | |
tree | 7dd085f9ae90002a88b2c6bbfae7129e41cf5691 /sound/usb | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-3faf93543ccb3410bfaf992a0de4a925631a3526.tar.gz linux-3faf93543ccb3410bfaf992a0de4a925631a3526.tar.bz2 linux-3faf93543ccb3410bfaf992a0de4a925631a3526.zip |
pstore: constify pstore_zbackend structures
The references of pstore_zbackend structures are stored into the
pointer zbackend of type struct pstore_zbackend. The pointer zbackend
can be made const as it is only dereferenced. After making this change
the pstore_zbackend structures whose references are stored into the
pointer zbackend can be made const too.
File size before:
text data bss dec hex filename
4817 541 172 5530 159a fs/pstore/platform.o
File size after:
text data bss dec hex filename
4865 477 172 5514 158a fs/pstore/platform.o
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'sound/usb')
0 files changed, 0 insertions, 0 deletions