lkml.org 
[lkml]   [2012]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH V2 1/6] mfd: tps6586x:use devm managed resources
On Mon, Jul 16, 2012 at 12:21:45PM +0530, Laxman Dewangan wrote:

> - ret = request_threaded_irq(irq, NULL, tps6586x_irq, IRQF_ONESHOT,
> - "tps6586x", tps6586x);
> + ret = devm_request_threaded_irq(tps6586x->dev, irq, NULL, tps6586x_irq,
> + IRQF_ONESHOT, "tps6586x", tps6586x);

Are you sure this is safe - what guarantees that we can't get an
interrupt while tearing the device down?


\
 
 \ /
  Last update: 2012-07-16 22:41    [W:0.113 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site