public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v1 0/2] staging: greybus: audio: small fixes
@ 2026-02-20  5:41 Hardik Phalet
  2026-02-20  5:44 ` [PATCH v1 1/2] staging: greybus: audio: fix NULL dereference in gb_audio_manager_get_module() Hardik Phalet
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Hardik Phalet @ 2026-02-20  5:41 UTC (permalink / raw)
  To: linux-staging
  Cc: vaibhav.sr, mgreer, johan, elder, gregkh, greybus-dev,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

This series contains two small fixes for the Greybus audio manager:

1) Fix a NULL dereference in gb_audio_manager_get_module().
2) Drop a stale TODO in the module release callback.

Both are correctness / cleanup fixes with no functional change beyond
preventing crashes.

Thanks,
Hardik

[-- Attachment #2: 0000-cover-letter.patch --]
[-- Type: text/x-patch, Size: 556 bytes --]

From b381767672023234e6d18482a7b68aeb78fdf2b9 Mon Sep 17 00:00:00 2001
From: Hardik Phalet <hardik.phalet@pm.me>
Date: Fri, 20 Feb 2026 11:00:41 +0530
Subject: [PATCH v1 0/2] *** SUBJECT HERE ***

*** BLURB HERE ***

Hardik Phalet (2):
  staging: greybus: audio: fix NULL dereference in
    gb_audio_manager_get_module()
  staging: greybus: audio: drop stale TODO in module release

 drivers/staging/greybus/audio_manager.c        | 3 ++-
 drivers/staging/greybus/audio_manager_module.c | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-02-20  8:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-20  5:41 [PATCH v1 0/2] staging: greybus: audio: small fixes Hardik Phalet
2026-02-20  5:44 ` [PATCH v1 1/2] staging: greybus: audio: fix NULL dereference in gb_audio_manager_get_module() Hardik Phalet
2026-02-20  6:07   ` Greg KH
2026-02-20  8:03   ` Dan Carpenter
2026-02-20  5:45 ` [PATCH v1 2/2] staging: greybus: audio: drop stale TODO in module release Hardik Phalet
2026-02-20  5:51 ` [PATCH v1 0/2] staging: greybus: audio: small fixes Hardik Phalet
2026-02-20  6:07 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox