lkml.org 
[lkml]   [2017]   [Nov]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/2] Fix find_first_zero_bit() usage
Date
From: Niklas Cassel <niklass@axis.com>

find_first_zero_bit()'s parameter 'size' is defined in bits,
not in bytes.

Calling find_first_zero_bit() with the wrong size unit
will lead to insidious bugs.

Fix all uses of find_first_zero_bit() called with
sizeof() as size argument in drivers/pci.

Niklas Cassel (2):
PCI: designware-ep: Fix find_first_zero_bit() usage
PCI: endpoint: Fix find_first_zero_bit() usage

drivers/pci/dwc/pcie-designware-ep.c | 6 ++----
drivers/pci/endpoint/pci-ep-cfs.c | 3 +--
2 files changed, 3 insertions(+), 6 deletions(-)

--
2.14.2

\
 
 \ /
  Last update: 2017-11-17 17:21    [W:0.069 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site