aboutsummaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/hypertransport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/hypertransport.c b/src/devices/hypertransport.c
index ba57bc830e..b65f518d3a 100644
--- a/src/devices/hypertransport.c
+++ b/src/devices/hypertransport.c
@@ -320,8 +320,8 @@ unsigned int hypertransport_scan_chain(struct bus *bus, unsigned int max)
#if HAVE_HARD_RESET == 1
if(reset_needed) {
printk_info("HyperT reset needed\n");
- hard_reset();
- }
+// By LYH hard_reset();
+ } else
printk_debug("HyperT reset not needed\n");
#endif
if (next_unitid > 0x1f) {