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,
|
.owner = THIS_MODULE,
|
||||||
.open = mem_open,
|
.open = mem_open,
|
||||||
.read = flash_read,
|
.read = flash_read,
|
||||||
|
.llseek = default_llseek,
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline void tcamxy2valmask(u64 x, u64 y, u8 *addr, u64 *mask)
|
static inline void tcamxy2valmask(u64 x, u64 y, u8 *addr, u64 *mask)
|
||||||
|
|
Loading…
Reference in New Issue