From: Michael Buesch Date: Thu, 23 Sep 2010 19:15:28 +0000 (+0200) Subject: libb43.py: Default phy parameter to None X-Git-Tag: b43-fwcutter-014~12 X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=commitdiff_plain;h=82f656dc45b2526f4e021b74d3947d2888cfe25a libb43.py: Default phy parameter to None Signed-off-by: Michael Buesch --- diff --git a/debug/libb43.py b/debug/libb43.py index cb2cf57..cf8a7ce 100644 --- a/debug/libb43.py +++ b/debug/libb43.py @@ -62,7 +62,7 @@ class B43PsmDebug: class B43: """Hardware access layer. This accesses the hardware through the debugfs interface.""" - def __init__(self, phy): + def __init__(self, phy=None): debugfs_path = self.__debugfs_find() # Construct the debugfs b43 path to the device