VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Linus Torvalds <torvalds@linux-foundation.org> 2019-05-07 12:15:13 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2019-05-07 12:15:13 -0700 commit: 41bc10cabe96bbd0ff3e2813d15f9070bff57a03 parent: aa26690fab1380735442e027ce4b17849a24493f
Commit Summary:
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/firewire/nosy.c b/drivers/firewire/nosy.c
index a128dd1126ae..515e96db4391 100644
--- a/drivers/firewire/nosy.c
+++ b/drivers/firewire/nosy.c
@@ -303,7 +303,7 @@ nosy_open(struct inode *inode, struct file *file)
 
 	file->private_data = client;
 
-	return nonseekable_open(inode, file);
+	return stream_open(inode, file);
 fail:
 	kfree(client);
 	lynx_put(lynx);