mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 21:52:04 +00:00
cxgb4: Add llseek operation for flash debugfs entry
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0de727383c
commit
ed98c85ee9
@ -1572,6 +1572,7 @@ static const struct file_operations flash_debugfs_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.open = mem_open,
|
||||
.read = flash_read,
|
||||
.llseek = default_llseek,
|
||||
};
|
||||
|
||||
static inline void tcamxy2valmask(u64 x, u64 y, u8 *addr, u64 *mask)
|
||||
|
Loading…
Reference in New Issue
Block a user