[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56D7323B.4040100@codeaurora.org>
Date: Wed, 2 Mar 2016 13:34:35 -0500
From: Sinan Kaya <okaya@...eaurora.org>
To: Eric Auger <eric.auger@...aro.org>, dmaengine@...r.kernel.org,
marc.zyngier@....com, mark.rutland@....com, timur@...eaurora.org,
devicetree@...r.kernel.org, cov@...eaurora.org,
vinod.koul@...el.com, jcm@...hat.com
Cc: shankerd@...eaurora.org, vikrams@...eaurora.org,
agross@...eaurora.org, arnd@...db.de,
linux-arm-msm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V14 8/9] vfio, platform: add support for ACPI while
detecting the reset driver
On 2/26/2016 12:15 PM, Eric Auger wrote:
>> -module_init(reset ## _module_init); \
>> > +#define module_vfio_reset_handler(compat, acpihid, reset) \
>> > +MODULE_ALIAS("vfio-reset:" compat); \
> Here you need to handle alias for hid case I think
I'm wondering what happens when Compat or ACPI string is NULL.
MODULE_ALIAS("vfio-reset:" NULL)
Would the kernel like it?
I'd rather create an alias only when the string is not NULL. Given
this is a macro, I believe it won't work.
Can you think of any other way in the code to create the alias?
--
Sinan Kaya
Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
Powered by blists - more mailing lists