public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: pawel.moll@arm.com (Pawel Moll)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] platform: Make platform_bus device a platform device
Date: Thu, 24 Jul 2014 18:12:52 +0100	[thread overview]
Message-ID: <1406221972.25343.184.camel@hornet> (raw)
In-Reply-To: <20140723193434.GA31983@kroah.com>

On Wed, 2014-07-23 at 20:34 +0100, Greg Kroah-Hartman wrote:
> > > > > diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c
> > > > > index 3cbb57a..c14c36f 100644
> > > > > --- a/drivers/scsi/hosts.c
> > > > > +++ b/drivers/scsi/hosts.c
> > > > > @@ -218,7 +218,7 @@ int scsi_add_host_with_dma(struct Scsi_Host *shost, struct device *dev,
> > > > >                 goto fail;
> > > > > 
> > > > >         if (!shost->shost_gendev.parent)
> > > > > -               shost->shost_gendev.parent = dev ? dev : &platform_bus;
> > > > > +               shost->shost_gendev.parent = dev ? dev : &platform_bus.dev;
> > > > >         if (!dma_dev)
> > > > >                 dma_dev = shost->shost_gendev.parent;
> > > > > 
> > > > 
> > > > shost_gendev is a generic (as in struct device, non-platform one)
> > > > device, that is being explicitly placed in the hierarchy.
> > > 
> > > Then make it a virtual device, as that's what it is, replace this with
> > > NULL.
> > 
> > Makes sense to me, I just wonder what the author meant.
> 
> With scsi code, who knows :)

Looking at this further, it seems that the main purpose here is to make
sure that dma_dev is not NULL...

So it's not just simply a case of s/&platform_bus/NULL/ - maybe the
function should fail when !dma_dev? I'll split the patch so each case is
separate and post them to relevant maintainers.

Pawel

  reply	other threads:[~2014-07-24 17:12 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-23 21:23 [GIT PULL 1/3] ARM: tegra: rework PCIe regulators Stephen Warren
2014-06-23 21:23 ` [GIT PULL 2/3] ARM: tegra: move fuse code out of arch/arm Stephen Warren
2014-07-07  0:44   ` Olof Johansson
2014-07-08 13:43     ` Peter De Schrijver
2014-07-08 17:47       ` Olof Johansson
2014-07-09 11:16         ` Peter De Schrijver
2014-07-09 12:50           ` Arnd Bergmann
2014-07-11 12:56         ` Thierry Reding
2014-07-18  2:45         ` Stephen Warren
2014-07-18  5:33           ` Olof Johansson
2014-07-21 15:06             ` Stephen Warren
2014-07-21 15:54               ` Catalin Marinas
2014-07-21 16:14                 ` Pawel Moll
2014-07-21 16:38                 ` Stephen Warren
2014-07-21 16:46                   ` Olof Johansson
2014-07-21 17:00                     ` [PATCH] platform: Make platform_bus device a platform device Pawel Moll
2014-07-21 18:40                       ` Greg Kroah-Hartman
2014-07-22 10:02                         ` [PATCH v2] " Pawel Moll
2014-07-22 17:10                           ` Greg Kroah-Hartman
2014-07-22 17:30                             ` Pawel Moll
2014-07-22 17:37                               ` Greg Kroah-Hartman
2014-07-22 17:55                                 ` [PATCH v3] " Pawel Moll
2014-07-22 18:01                                   ` Pawel Moll
2014-07-22 18:15                                     ` Greg Kroah-Hartman
2014-07-23 17:16                                       ` Pawel Moll
2014-07-23 19:34                                         ` Greg Kroah-Hartman
2014-07-24 17:12                                           ` Pawel Moll [this message]
2014-07-22 19:46                                   ` Olof Johansson
2014-07-23 14:26                                     ` Pawel Moll
2014-07-22 22:16                                   ` Greg Kroah-Hartman
2014-07-23 14:27                                     ` Pawel Moll
2014-07-22 10:27                     ` [GIT PULL 2/3] ARM: tegra: move fuse code out of arch/arm Catalin Marinas
2014-07-22 16:27                       ` Stephen Warren
2014-07-22 16:54                         ` Catalin Marinas
2014-07-22 11:26                   ` Catalin Marinas
2014-07-22 16:22                     ` Stephen Warren
2014-07-22 17:04                       ` Catalin Marinas
2014-07-18  2:44       ` Stephen Warren
2014-07-18  5:33         ` Olof Johansson
2014-06-23 21:23 ` [GIT PULL 3/3] ARM: tegra: use us counter as delay timer Stephen Warren
2014-07-07  0:49   ` Olof Johansson
2014-07-07  0:38 ` [GIT PULL 1/3] ARM: tegra: rework PCIe regulators Olof Johansson
2014-07-07  5:52   ` Thierry Reding
2014-07-08  4:45     ` Olof Johansson
2014-07-10 10:15       ` Thierry Reding
2014-07-17 14:20         ` Thierry Reding
2014-07-17 17:52           ` Olof Johansson
2014-07-18  2:47   ` Stephen Warren

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=1406221972.25343.184.camel@hornet \
    --to=pawel.moll@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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