public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation•org>
To: Sakari Ailus <sakari.ailus@linux•intel.com>
Cc: linux-kernel@vger•kernel.org,
	Dave Ertman <david.m.ertman@intel•com>,
	Ira Weiny <ira.weiny@intel•com>,
	"Rafael J. Wysocki" <rafael@kernel•org>,
	Bingbu Cao <bingbu.cao@intel•com>,
	Tianshu Qiu <tian.shu.qiu@intel•com>,
	Mauro Carvalho Chehab <mchehab@kernel•org>,
	Michael Chan <michael.chan@broadcom•com>,
	"David S. Miller" <davem@davemloft•net>,
	Eric Dumazet <edumazet@google•com>,
	Jakub Kicinski <kuba@kernel•org>, Paolo Abeni <pabeni@redhat•com>,
	Jesse Brandeburg <jesse.brandeburg@intel•com>,
	Tony Nguyen <anthony.l.nguyen@intel•com>,
	Saeed Mahameed <saeedm@nvidia•com>,
	Leon Romanovsky <leon@kernel•org>,
	Tariq Toukan <tariqt@nvidia•com>,
	Pierre-Louis Bossart <pierre-louis.bossart@linux•intel.com>,
	Liam Girdwood <lgirdwood@gmail•com>,
	Peter Ujfalusi <peter.ujfalusi@linux•intel.com>,
	Bard Liao <yung-chuan.liao@linux•intel.com>,
	Ranjani Sridharan <ranjani.sridharan@linux•intel.com>,
	Daniel Baluta <daniel.baluta@nxp•com>,
	Kai Vehmanen <kai.vehmanen@linux•intel.com>,
	Mark Brown <broonie@kernel•org>, Jaroslav Kysela <perex@perex•cz>,
	Takashi Iwai <tiwai@suse•com>,
	Richard Cochran <richardcochran@gmail•com>,
	linux-media@vger•kernel.org, netdev@vger•kernel.org,
	intel-wired-lan@lists•osuosl.org, linux-rdma@vger•kernel.org,
	sound-open-firmware@alsa-project•org,
	linux-sound@vger•kernel.org
Subject: Re: [PATCH 1/6] auxbus: make to_auxiliary_drv accept and return a constant pointer
Date: Tue, 11 Jun 2024 15:56:33 +0200	[thread overview]
Message-ID: <2024061115-aversion-lunchroom-d54c@gregkh> (raw)
In-Reply-To: <ZmhUp-UclZkvQLqE@kekkonen.localdomain>

On Tue, Jun 11, 2024 at 01:44:07PM +0000, Sakari Ailus wrote:
> Hi Greg,
> 
> On Tue, Jun 11, 2024 at 03:01:04PM +0200, Greg Kroah-Hartman wrote:
> > In the quest to make struct device constant, start by making
> > to_auziliary_drv() return a constant pointer so that drivers that call
> 
> s/z/s/

Ah, good catch, I'll fix that up when applying it!

> Acked-by: Sakari Ailus <sakari.ailus@linux•intel.com> # drivers/media/pci/intel/ipu6

thanks for the review.

greg k-h

  reply	other threads:[~2024-06-11 13:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11 13:01 [PATCH 1/6] auxbus: make to_auxiliary_drv accept and return a constant pointer Greg Kroah-Hartman
2024-06-11 13:22 ` Mark Brown
2024-06-11 13:56   ` Greg Kroah-Hartman
2024-06-11 13:44 ` Sakari Ailus
2024-06-11 13:56   ` Greg Kroah-Hartman [this message]
2024-06-11 13:50 ` Przemek Kitszel
2024-06-12  8:20   ` Greg Kroah-Hartman
2024-06-12  8:15 ` Martin Habets

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2024061115-aversion-lunchroom-d54c@gregkh \
    --to=gregkh@linuxfoundation$(echo .)org \
    --cc=anthony.l.nguyen@intel$(echo .)com \
    --cc=bingbu.cao@intel$(echo .)com \
    --cc=broonie@kernel$(echo .)org \
    --cc=daniel.baluta@nxp$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=david.m.ertman@intel$(echo .)com \
    --cc=edumazet@google$(echo .)com \
    --cc=intel-wired-lan@lists$(echo .)osuosl.org \
    --cc=ira.weiny@intel$(echo .)com \
    --cc=jesse.brandeburg@intel$(echo .)com \
    --cc=kai.vehmanen@linux$(echo .)intel.com \
    --cc=kuba@kernel$(echo .)org \
    --cc=leon@kernel$(echo .)org \
    --cc=lgirdwood@gmail$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-media@vger$(echo .)kernel.org \
    --cc=linux-rdma@vger$(echo .)kernel.org \
    --cc=linux-sound@vger$(echo .)kernel.org \
    --cc=mchehab@kernel$(echo .)org \
    --cc=michael.chan@broadcom$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=perex@perex$(echo .)cz \
    --cc=peter.ujfalusi@linux$(echo .)intel.com \
    --cc=pierre-louis.bossart@linux$(echo .)intel.com \
    --cc=rafael@kernel$(echo .)org \
    --cc=ranjani.sridharan@linux$(echo .)intel.com \
    --cc=richardcochran@gmail$(echo .)com \
    --cc=saeedm@nvidia$(echo .)com \
    --cc=sakari.ailus@linux$(echo .)intel.com \
    --cc=sound-open-firmware@alsa-project$(echo .)org \
    --cc=tariqt@nvidia$(echo .)com \
    --cc=tian.shu.qiu@intel$(echo .)com \
    --cc=tiwai@suse$(echo .)com \
    --cc=yung-chuan.liao@linux$(echo .)intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox