Project

General

Profile

Actions

Feature #3368

open

073: Function free_irq should be called only once

Added by Evgeny Novikov over 11 years ago. Updated about 11 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
08/28/2012
Due date:
% Done:

0%

Estimated time:
Published in build:

Description

(copied almost as is from kernel-rules/rules/DRVRULES_en.trl)

Description

The kernel provides a function `void free_irq(unsigned int irq, void *dev_id)` with parameters:

- irq: Interrupt line to free
- dev_id: Device identity to free

The function `free_irq` should be called only once for each interrupt line and device identity.

Links

Bugfix example

Actions

Also available in: Atom PDF