From: Stefan Richter Date: Sat, 12 Jun 2010 18:30:21 +0000 (+0200) Subject: firewire: replace get_features card driver hook X-Git-Tag: v2.6.36-rc1~490^2^3~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3c9cc105ee844f6cd7a1beb9926fb8e9a093ae;p=pandora-kernel.git firewire: replace get_features card driver hook by feature variables in the fw_card struct. The hook appeared to be an unnecessary abstraction in the card driver interface. Cleaner would be to pass those feature flags as arguments to fw_card_initialize() or fw_card_add(), but the FairnessControl register is in the SCLK domain and may therefore not be accessible while Link Power Status is off, i.e. before the card->driver->enable call from fw_card_add(). Signed-off-by: Stefan Richter --- Reading git-diff-tree failed