Commit 5d110d92 authored by Peter Hurley's avatar Peter Hurley Committed by Greg Kroah-Hartman

staging/fwserial: Refer to fw_device as "node"

Signed-off-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 06b8f14d
...@@ -174,7 +174,7 @@ static void dump_profile(struct seq_file *m, struct stats *stats) ...@@ -174,7 +174,7 @@ static void dump_profile(struct seq_file *m, struct stats *stats)
#define dump_profile(m, stats) #define dump_profile(m, stats)
#endif #endif
/* Returns the max receive packet size for the given card */ /* Returns the max receive packet size for the given node */
static inline int device_max_receive(struct fw_device *fw_device) static inline int device_max_receive(struct fw_device *fw_device)
{ {
return 1 << (clamp_t(int, fw_device->max_rec, 8U, 11U) + 1); return 1 << (clamp_t(int, fw_device->max_rec, 8U, 11U) + 1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment