[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55679250.1040708@wwwdotorg.org>
Date: Thu, 28 May 2015 16:10:24 -0600
From: Stephen Warren <swarren@...dotorg.org>
To: Noralf Trønnes <noralf@...nnes.org>,
Eric Anholt <eric@...olt.net>
CC: linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-rpi-kernel@...ts.infradead.org
Subject: Re: [PATCH 2/3 v4] ARM: bcm2835: Add the Raspberry Pi firmware driver
On 05/28/2015 03:42 PM, Noralf Trønnes wrote:
>
> Den 28.05.2015 20:33, skrev Eric Anholt:
>> This gives us a function for making mailbox property channel requests
>> of the firmware, which is most notable in that it will let us get and
>> set clock rates.
>> +static int rpi_firmware_remove(struct platform_device *pdev)
>> +{
>> + struct rpi_firmware *fw = platform_get_drvdata(pdev);
>> +
>> + mbox_free_channel(fw->chan);
>
> I guess driver data has to be reset here:
> platform_set_drvdata(pdev, NULL);
The value of the drvdata is irrelevant before the device has probed, or
after it has been removed. Hence, drivers should not manually clear
drvdata. (Many drivers used to, but that code is being purged out).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists