Skip to content
Snippets Groups Projects
Commit 743254eb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "linux-ramdump-parser-v2: Remove versioning"

parents 9337e0e1 1b8d54b4
No related branches found
No related tags found
No related merge requests found
......@@ -161,8 +161,4 @@ class IrqParse(RamParser):
if irq_desc is None:
return
ver = self.ramdump.version
if re.search('3.0.\d', ver) is not None:
self.print_irq_state_3_0(self.ramdump)
if re.search('3.4.\d', ver) is not None:
self.print_irq_state_3_0(self.ramdump)
self.print_irq_state_3_0(self.ramdump)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment