mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* dm9000 patches
@ 2013-12-18 15:45 Sascha Hauer
  2013-12-18 15:45 ` [PATCH 1/2] net: dm9k: Fix resource sizes in add_dm9000_device Sascha Hauer
  2013-12-18 15:45 ` [PATCH 2/2] net: dm9k: bail out when resources can't be claimed Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2013-12-18 15:45 UTC (permalink / raw)
  To: barebox

The resource sizes in the generic dm9000 register functions were
too big. This silently failed because the driver didn't check the return
values of dev_request_mem_region(). Fix both.

----------------------------------------------------------------
Sascha Hauer (2):
      net: dm9k: Fix resource sizes in add_dm9000_device
      net: dm9k: bail out when resources can't be claimed

 drivers/base/resource.c | 6 +++---
 drivers/net/dm9k.c      | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-18 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-18 15:45 dm9000 patches Sascha Hauer
2013-12-18 15:45 ` [PATCH 1/2] net: dm9k: Fix resource sizes in add_dm9000_device Sascha Hauer
2013-12-18 15:45 ` [PATCH 2/2] net: dm9k: bail out when resources can't be claimed Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox