commit | 98ca3964fe8da0d742331af80952443af5cff464 | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Thu Apr 15 13:11:42 2010 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue May 11 12:01:14 2010 -0700 |
tree | 35c1b803496ca97322d88754de804117114a7c11 | |
parent | 843f4697eea576c24f057bbdb199115bbb6b10bc [diff] |
PCI: aerdrv: rework find_source_device Return bool to indicate that the source device is found or not. This allows us to skip calling aer_process_err_devices() if we can. And move dev_printk for debug into this function. v2: return bool instead of int Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Reviewed-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>