Commit ed98c85e authored by Hariprasad Shenai's avatar Hariprasad Shenai Committed by David S. Miller
Browse files

cxgb4: Add llseek operation for flash debugfs entry

parent 0de72738
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)