[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200806231406.23027.mitov@issp.bas.bg>
Date: Mon, 23 Jun 2008 14:06:22 +0300
From: Marin Mitov <mitov@...p.bas.bg>
To: linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: [BUGs] must check return value of pci_map_single()/pci_map_page()
Hi all,
According to Documentation/DMA-mapping.txt one should
check the return value of pci_map_single()/pci_map_page()
using pci_dma_mapping_error(), but many drivers do not.
(I have checked in drivers/net/* for example).
Should we add __must_check in the definitions/declarations
of these functions/macros "to force" the check?
Best regards
Marin Mitov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists