Project

General

Profile

Actions

Feature #3261

open

129: Calling find_next_zero_bit() with arguments in the right order

Added by Marina Makienko over 11 years ago. Updated almost 9 years ago.

Status:
Open
Priority:
Normal
Assignee:
Start date:
07/23/2012
Due date:
% Done:

100%

Estimated time:
Published in build:

Description

The find_next_zero_bit() is called with the from and to arguments in the wrong order. This results in the function always returning 0, and all media devices being registered with minor 0. Furthermore, mdev->minor is then used before being assigned with the find_next_zero_bit() return value. This really makes sure we'll always use minor 0.

Commit: 6969405

Actions

Also available in: Atom PDF