From: Stefan Richter Date: Wed, 27 Aug 2008 11:40:02 +0000 (+0200) Subject: ieee1394: add hpsb_node_read() and hpsb_node_lock() X-Git-Tag: v2.6.29-rc7~63^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33fdd6ca576d6c476c6aebf350d4556294d74ac;p=pandora-kernel.git ieee1394: add hpsb_node_read() and hpsb_node_lock() These will be used by the firedtv driver. Like hpsb_node_write() they are much better APIs for high-level drivers than hpsb_write() and its siblings --- easier to use correctly and also terser. Unlike hspb_node_write(), the two new functions will only be used by one call site. Hence make them static inline instead of exported symbols. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed