]> Gentwo Git Trees - linux/.git/commit
drm/xe/configfs: Drop redundant init() error message
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 31 Jul 2025 19:33:32 +0000 (21:33 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 5 Aug 2025 18:53:51 +0000 (11:53 -0700)
commitc4b1dde0630e40fa773b1613495d4df4955f44b4
tree97de0a5db493a9b9bab96c8d5dedd3e2a239fcfc
parentb90613fb02179a01c6042d8a952e2c68e81d3cf7
drm/xe/configfs: Drop redundant init() error message

There is no need to print separate error message since we will
also print one in xe_init(). Also drop temporary variable, which
was likely just taken from the example code.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250731193339.179829-5-michal.wajdeczko@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_configfs.c