Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-iv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-iv
  • Repository
Switch branch/tag
  • linux-iv
  • drivers
  • platform
  • x86
  • wmi.c
Find file BlameHistoryPermalink
  • Pali Rohár's avatar
    platform/x86: wmi: Fix printing info about WDG structure · cd3921f8
    Pali Rohár authored Jun 10, 2017
    
    
    object_id and notify_id are in one union structure and their meaning is
    defined by flags. Therefore do not print notify_id for non-event block and
    do not print object_id for event block. Remove also reserved member as it
    does not have any defined meaning or type yet.
    
    As object_id and notify_id union members overlaps and have different types,
    it caused that kernel print to dmesg binary data. This patch eliminates it.
    
    Signed-off-by: default avatarPali Rohár <pali.rohar@gmail.com>
    Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
    Signed-off-by: default avatarDarren Hart (VMware) <dvhart@infradead.org>
    cd3921f8