lkml.org 
[lkml]   [2015]   [Mar]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] mtd: hisilicon: remove deprecated IRQF_DISABLED
    Date
    This removes the use of the IRQF_DISABLED flag
    from drivers/mtd/nand/hisi504_nand.c

    It's a NOOP since 2.6.35.

    Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
    ---
    drivers/mtd/nand/hisi504_nand.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/mtd/nand/hisi504_nand.c b/drivers/mtd/nand/hisi504_nand.c
    index 289ad3ac3e80..e39482441430 100644
    --- a/drivers/mtd/nand/hisi504_nand.c
    +++ b/drivers/mtd/nand/hisi504_nand.c
    @@ -758,7 +758,7 @@ static int hisi_nfc_probe(struct platform_device *pdev)

    hisi_nfc_host_init(host);

    - ret = devm_request_irq(dev, irq, hinfc_irq_handle, IRQF_DISABLED,
    + ret = devm_request_irq(dev, irq, hinfc_irq_handle, 0,
    "nandc", host);
    if (ret) {
    dev_err(dev, "failed to request IRQ\n");
    --
    2.1.0


    \
     
     \ /
      Last update: 2015-03-27 03:21    [W:4.202 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site