mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
soc: rockchip: fix flash vendor structure error
Change-Id: Id589fb607b233929d07d7ccc3f5b3d11dc92eb0c Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
struct RK_VENDOR_REQ {
|
||||
__u32 tag;
|
||||
__u32 id;
|
||||
__u32 len;
|
||||
__u16 id;
|
||||
__u16 len;
|
||||
__u8 data[1024];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user