Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
linux
linux
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Merge Requests 0
    • Merge Requests 0
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Commits
  • Guillaume Tucker
  • linuxlinux
  • Repository

Switch branch/tag
  • linux
  • drivers
  • auxdisplay
  • ht16k33.c
Find file
BlameHistoryPermalink
  • Nishka Dasgupta's avatar
    auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constant · a180d023
    Nishka Dasgupta authored Aug 19, 2019
    The static structures ht16k33_fb_fix and ht16k33_fb_var, of types
    fb_fix_screeninfo and fb_var_screeninfo respectively, are not used
    except to be copied into other variables. Hence make both of them
    constant to prevent unintended modification.
    Issue found with
    Coccinelle.
    Acked-by: default avatarRobin van der Gracht <robin@protonic.nl>
    Signed-off-by: default avatarNishka Dasgupta <nishkadg.linux@gmail.com>
    Signed-off-by: default avatarMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
    a180d023
ht16k33.c 13.2 KB
EditWeb IDE

Replace ht16k33.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.