Re: [RFC PATCH 07/13] driver core: firmware loader: introducecache_firmware and uncache_firmware

From: Ming Lei
Date: Wed Jul 25 2012 - 22:34:28 EST


On Wed, Jul 25, 2012 at 3:54 PM, Stephen Boyd <sboyd@xxxxxxxxxxxxxx> wrote:
> On 7/24/2012 10:00 AM, Ming Lei wrote:
>>
>> +
>> +int cache_firmware(const char *name)
>> +{
>> + return -ENOENT;
>> +}
>> +
>> +int uncache_firmware(const char *name)
>> +{
>> + return -EINVAL;
>> +}
>
> These stubs need to be static inline to avoid compiler warnings.

Good catch, will fix it in v1.

Thanks,
--
Ming Lei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/